nakarte

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

commit 91895eadda5fa3b2dad39fc7c990fed344a57a01
parent ed41725ba6e60176c4fdfc279e2bcadbdc565131
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Fri, 16 Jul 2021 22:10:28 +0200

tests: temporary disable tests for GpsLib as the site is down

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

diff --git a/test/test_track_load.js b/test/test_track_load.js @@ -51,9 +51,9 @@ 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', + // 'gpslib_with_title', + // 'gpslib_without_title', + // 'gpslib_not_exists', 'osm_with_title', 'osm_without_title', 'osm_private',