Added platform tests into the list of the server dependent tests.

This commit is contained in:
VladiMihaylenko 2018-07-05 15:37:01 +03:00 committed by Arsentiy Milchakov
parent 845db3564f
commit 3a98436dfa

View file

@ -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: