Skip to content

Commit a89e117

Browse files
committed
Skip WaitAny test
1 parent d1f7ef7 commit a89e117

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library/cpp/threading/future/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ if (YDB_SDK_TESTS)
2727
LINK_LIBRARIES
2828
yutil
2929
threading-future
30+
TEST_ARG
31+
--filter-file filter.txt
3032
LABELS
3133
unit
3234
)
3335

36+
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/filter.txt
37+
"-TFutureMultiThreadedTest::WaitAny"
38+
)
39+
3440
add_ydb_test(NAME future-coroutine-ut GTEST
3541
SOURCES
3642
ut_gtest/coroutine_traits_ut.cpp

0 commit comments

Comments
 (0)