Skip to content

Commit f79d7dc

Browse files
authored
KAFKA-18035: Readd flaky annotation back for testBumpTransactionalEpochWithTV2Disabled (apache#18426)
Reviewers: David Jacot <[email protected]>
1 parent 624dd45 commit f79d7dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/test/scala/integration/kafka/api/TransactionsTest.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import org.apache.kafka.clients.consumer._
2323
import org.apache.kafka.clients.producer.{KafkaProducer, ProducerRecord}
2424
import org.apache.kafka.common.TopicPartition
2525
import org.apache.kafka.common.errors.{InvalidProducerEpochException, ProducerFencedException, TimeoutException}
26+
import org.apache.kafka.common.test.api.Flaky
2627
import org.apache.kafka.coordinator.group.GroupCoordinatorConfig
2728
import org.apache.kafka.coordinator.transaction.{TransactionLogConfig, TransactionStateManagerConfig}
2829
import org.apache.kafka.server.config.{ReplicationConfigs, ServerConfigs, ServerLogConfigs}
@@ -709,6 +710,7 @@ class TransactionsTest extends IntegrationTestHarness {
709710
assertThrows(classOf[IllegalStateException], () => producer.initTransactions())
710711
}
711712

713+
@Flaky("KAFKA-18035")
712714
@ParameterizedTest
713715
@CsvSource(Array(
714716
"kraft,classic,false",

0 commit comments

Comments
 (0)