mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
Add tests in excluding list of parallel runs
This commit is contained in:
parent
1077253cd6
commit
15046adba3
@ -55,7 +55,7 @@ SRCS(
|
||||
ExpressionAnalyzer.cpp
|
||||
ExternalDictionariesLoader.cpp
|
||||
ExternalLoader.cpp
|
||||
ExternalLoaderDatabaseConfigRepository.cpp
|
||||
ExternalLoaderDictionaryStorageConfigRepository.cpp
|
||||
ExternalLoaderTempConfigRepository.cpp
|
||||
ExternalLoaderXMLConfigRepository.cpp
|
||||
ExternalModelsLoader.cpp
|
||||
|
@ -719,6 +719,8 @@
|
||||
"01802_test_postgresql_protocol_with_row_policy", /// Creates database and users
|
||||
"01804_dictionary_decimal256_type",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user