Skip to content

Commit 0a8c930

Browse files
Alek5andr-KotovGazizonoki
authored andcommitted
The test is temporarily disabled (#14160)
1 parent bf624a9 commit 0a8c930

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/topic/ut/topic_to_table_ut.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,6 +2913,9 @@ Y_UNIT_TEST_F(Sinks_Olap_WriteToTopicAndTable_3, TFixtureSinks)
29132913

29142914
Y_UNIT_TEST_F(Write_Random_Sized_Messages_In_Wide_Transactions, TFixture)
29152915
{
2916+
// Consumes a lot of memory. Temporarily disabled
2917+
return;
2918+
29162919
// The test verifies the simultaneous execution of several transactions. There is a topic
29172920
// with PARTITIONS_COUNT partitions. In each transaction, the test writes to all the partitions.
29182921
// The size of the messages is random. Such that both large blobs in the body and small ones in

0 commit comments

Comments
 (0)