Skip to content

Commit 23be804

Browse files
committed
Exclude 'TestListAllCodecs' (#166)
1 parent 19016c9 commit 23be804

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

library/cpp/blockcodecs/CMakeLists.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ if (YDB_SDK_TESTS)
33
SOURCES
44
codecs_ut.cpp
55
LINK_LIBRARIES
6-
blockcodecs-core
6+
blockcodecs
77
cpp-testing-unittest_main
88
LABELS
99
unit
10+
TEST_ARG
11+
--filter-file filter.txt
1012
)
11-
endif()
13+
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/filter.txt
14+
# Exclude this test case, because we don't use zstd06
15+
"-TBlockCodecsTest::TestListAllCodecs"
16+
)
17+
endif(YDB_SDK_TESTS)
1218

1319
_ydb_sdk_add_library(blockcodecs-core)
1420
target_link_libraries(blockcodecs-core

0 commit comments

Comments
 (0)