commit 1a556ad0351c6c2ff99444f9a183896d34a8be2a
parent 2b9a1cb68849591cc1dddcf83fbd8423a3706be8
Author: Sergey Orlov <wladimirych@gmail.com>
Date: Sat, 1 May 2021 12:35:57 +0300
temporary disable tests for loading tracks from openstreetmap.ru
The server is down.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/test_track_load.js b/test/test_track_load.js
@@ -76,9 +76,9 @@ suite('Load tracks from services');
'sportstracker_without_title',
'sportstracker_private',
'sportstracker_not_exists',
- 'openstreetmapRu',
- 'openstreetmapRuGpx',
- 'openstreetmapRu_not_exists',
+ // 'openstreetmapRu',
+ // 'openstreetmapRuGpx',
+ // 'openstreetmapRu_not_exists',
].forEach(function (testcase) {
// eslint-disable-next-line import/no-dynamic-require
const testData = require('./track_load_data/testcases/' + testcase + '.json');