Skip to content

Commit c4bb15c

Browse files
authored
Fast fail for test CloseSessionsWithLoad (#6947)
1 parent 427c5e6 commit c4bb15c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/kqp/ut/service/kqp_service_ut.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Y_UNIT_TEST_SUITE(KqpService) {
6767
}
6868

6969
Y_UNIT_TEST(CloseSessionsWithLoad) {
70+
UNIT_FAIL("Fast fail to avoid 10 min time waste, https://github.com/ydb-platform/ydb/issues/5349");
71+
7072
auto kikimr = std::make_shared<TKikimrRunner>();
7173
kikimr->GetTestServer().GetRuntime()->SetLogPriority(NKikimrServices::KQP_EXECUTER, NLog::PRI_DEBUG);
7274
kikimr->GetTestServer().GetRuntime()->SetLogPriority(NKikimrServices::KQP_SESSION, NLog::PRI_DEBUG);

0 commit comments

Comments
 (0)