Skip to content

Commit

Permalink
KAFKA-6527 Enable DynamicBrokerReconfigurationTest.testDefaultTopicCo…
Browse files Browse the repository at this point in the history
…nfig (apache#15796)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
TaiJuWu authored Apr 27, 2024
1 parent cc5955d commit 4060d43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ class DynamicBrokerReconfigurationTest extends QuorumTestHarness with SaslSetup
}

@Test
@Disabled // TODO: To be re-enabled once we can make it less flaky: KAFKA-6527
@nowarn("cat=deprecation") // See `TopicConfig.MESSAGE_FORMAT_VERSION_CONFIG` for deprecation details
def testDefaultTopicConfig(): Unit = {
val (producerThread, consumerThread) = startProduceConsume(retries = 0)
Expand Down

0 comments on commit 4060d43

Please sign in to comment.