mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
Added test to skip list
This commit is contained in:
parent
ae241fc129
commit
d7a627e5a9
@ -377,6 +377,7 @@ function run_tests
|
|||||||
|
|
||||||
# Depends on AWS
|
# Depends on AWS
|
||||||
01801_s3_cluster
|
01801_s3_cluster
|
||||||
|
02012_settings_clause_for_s3
|
||||||
|
|
||||||
# needs psql
|
# needs psql
|
||||||
01889_postgresql_protocol_null_fields
|
01889_postgresql_protocol_null_fields
|
||||||
|
@ -35,7 +35,6 @@ SRCS(
|
|||||||
CompressionFactoryAdditions.cpp
|
CompressionFactoryAdditions.cpp
|
||||||
ICompressionCodec.cpp
|
ICompressionCodec.cpp
|
||||||
LZ4_decompress_faster.cpp
|
LZ4_decompress_faster.cpp
|
||||||
fuzzers/compressed_buffer_fuzzer.cpp
|
|
||||||
getCompressionCodecForFile.cpp
|
getCompressionCodecForFile.cpp
|
||||||
|
|
||||||
)
|
)
|
||||||
|
@ -44,7 +44,6 @@ SRCS(
|
|||||||
SettingsQuirks.cpp
|
SettingsQuirks.cpp
|
||||||
SortDescription.cpp
|
SortDescription.cpp
|
||||||
UUID.cpp
|
UUID.cpp
|
||||||
fuzzers/names_and_types_fuzzer.cpp
|
|
||||||
iostream_debug_helpers.cpp
|
iostream_debug_helpers.cpp
|
||||||
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user