forked from organicmaps/organicmaps
Added platform tests into the list of the server dependent tests.
This commit is contained in:
parent
845db3564f
commit
3a98436dfa
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue