nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 502fa34771450f9ad9597994a68d8cfc974aac6f
parent 99ea7538ac7a59c81137b8cb45d390f6c1c677dc
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Mon,  1 Feb 2021 10:48:46 +0100

tests: temporary disable tests for loading tracks from gpslib

Diffstat:
Mtest/test_track_load.js | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/test_track_load.js b/test/test_track_load.js @@ -56,9 +56,10 @@ suite('Load tracks from services'); 'movescount_route_with_title', 'movescount_route_private', 'movescount_route_not_exists', - 'gpslib_with_title', - 'gpslib_without_title', - 'gpslib_not_exists', + // temporary disabled + // 'gpslib_with_title', + // 'gpslib_without_title', + // 'gpslib_not_exists', 'osm_with_title', 'osm_without_title', 'osm_private',