From 3a98436dfa7c7f5b3a703df22a63b6382f7feda2 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Thu, 5 Jul 2018 15:37:01 +0300 Subject: [PATCH] Added platform tests into the list of the server dependent tests. --- tools/python/run_desktop_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: