diff --git a/topic/src/test/java/tech/ydb/topic/TopicWritersIntegrationTest.java b/topic/src/test/java/tech/ydb/topic/TopicWritersIntegrationTest.java index 9848a0c22..9b746cdb7 100644 --- a/topic/src/test/java/tech/ydb/topic/TopicWritersIntegrationTest.java +++ b/topic/src/test/java/tech/ydb/topic/TopicWritersIntegrationTest.java @@ -15,6 +15,7 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -259,6 +260,7 @@ public void defaultRetryPolicyWriter() throws Exception { } @Test + @Ignore("temporarily disabled") public void sameProducerConflictTest() throws Exception { CountDownLatch closed = new CountDownLatch(1);