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: