This is an automated email from the ASF dual-hosted git repository.

lianetm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 11ce41fb1d5 KAFKA-18092: Mark testBumpTransactionalEpochWithTV2Enabled 
as flaky (#17945)
11ce41fb1d5 is described below

commit 11ce41fb1d5f8217839bd426bb8904d9227789c6
Author: Andrew Schofield <[email protected]>
AuthorDate: Tue Nov 26 16:04:53 2024 +0000

    KAFKA-18092: Mark testBumpTransactionalEpochWithTV2Enabled as flaky (#17945)
    
    Reviewers: Lianet Magrans <[email protected]>
---
 core/src/test/scala/integration/kafka/api/TransactionsTest.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/test/scala/integration/kafka/api/TransactionsTest.scala 
b/core/src/test/scala/integration/kafka/api/TransactionsTest.scala
index 3292f3cd035..0cde1a2d2e2 100644
--- a/core/src/test/scala/integration/kafka/api/TransactionsTest.scala
+++ b/core/src/test/scala/integration/kafka/api/TransactionsTest.scala
@@ -756,6 +756,7 @@ class TransactionsTest extends IntegrationTestHarness {
     }
   }
 
+  @Flaky("KAFKA-18092")
   @ParameterizedTest
   @CsvSource(Array(
     "kraft, classic, true",

Reply via email to