Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/python/run_desktop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/run_desktop_tests.py b/tools/python/run_desktop_tests.py
index bda94914d0..b480cfc05f 100755
--- a/tools/python/run_desktop_tests.py
+++ b/tools/python/run_desktop_tests.py
@@ -39,7 +39,7 @@ WITH_SERVER = "with_server"
PORT = 34568
-TESTS_REQUIRING_SERVER = ["downloader_tests", "storage_tests", "partners_api_tests", "map_tests"]
+TESTS_REQUIRING_SERVER = ["platform_tests", "storage_tests", "partners_api_tests", "map_tests"]
class TestRunner: