Add tests in excluding list of parallel runs

This commit is contained in:
ANDREI STAROVEROV 2021-05-15 15:48:27 +03:00
parent 1077253cd6
commit 15046adba3
2 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,7 @@ SRCS(
ExpressionAnalyzer.cpp ExpressionAnalyzer.cpp
ExternalDictionariesLoader.cpp ExternalDictionariesLoader.cpp
ExternalLoader.cpp ExternalLoader.cpp
ExternalLoaderDatabaseConfigRepository.cpp ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderTempConfigRepository.cpp ExternalLoaderTempConfigRepository.cpp
ExternalLoaderXMLConfigRepository.cpp ExternalLoaderXMLConfigRepository.cpp
ExternalModelsLoader.cpp ExternalModelsLoader.cpp

View File

@ -719,6 +719,8 @@
"01802_test_postgresql_protocol_with_row_policy", /// Creates database and users "01802_test_postgresql_protocol_with_row_policy", /// Creates database and users
"01804_dictionary_decimal256_type", "01804_dictionary_decimal256_type",
"01850_dist_INSERT_preserve_error", // uses cluster with different static databases shard_0/shard_1 "01850_dist_INSERT_preserve_error", // uses cluster with different static databases shard_0/shard_1
"01710_projection_fetch" "01710_projection_fetch",
"01855_create_simple_function",
"01857_create_function_that_already_exists"
] ]
} }