Skip to content

Commit 0bed8c3

Browse files
committed
Exclude broken test (#161)
1 parent 79af1e2 commit 0bed8c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

util/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ if (YDB_SDK_TESTS)
185185
cpp-testing-unittest_main
186186
LABELS
187187
unit
188+
TEST_ARG
189+
--filter-file filter.txt
190+
)
191+
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/random/filter.txt
192+
"-TestCommonRNG::TestStlCompatibility"
188193
)
189194

190195
add_ydb_test(NAME util-stream-ut

0 commit comments

Comments
 (0)