Added test to skip list

This commit is contained in:
Nikita Mikhaylov 2021-08-23 22:27:35 +00:00
parent ae241fc129
commit d7a627e5a9
3 changed files with 1 additions and 2 deletions

View File

@ -377,6 +377,7 @@ function run_tests
# Depends on AWS
01801_s3_cluster
02012_settings_clause_for_s3
# needs psql
01889_postgresql_protocol_null_fields

View File

@ -35,7 +35,6 @@ SRCS(
CompressionFactoryAdditions.cpp
ICompressionCodec.cpp
LZ4_decompress_faster.cpp
fuzzers/compressed_buffer_fuzzer.cpp
getCompressionCodecForFile.cpp
)

View File

@ -44,7 +44,6 @@ SRCS(
SettingsQuirks.cpp
SortDescription.cpp
UUID.cpp
fuzzers/names_and_types_fuzzer.cpp
iostream_debug_helpers.cpp
)