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

chia7712 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 998759344ca MINOR: enable 
DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable (#13296)
998759344ca is described below

commit 998759344ca36c2a260b34cce8953927cdd99822
Author: Chia-Ping Tsai <[email protected]>
AuthorDate: Fri Feb 24 21:55:57 2023 +0800

    MINOR: enable 
DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable (#13296)
    
    Reviewers: Luke Chen <[email protected]>
---
 .../integration/kafka/server/DynamicBrokerReconfigurationTest.scala      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
 
b/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
index d363106326c..661295e280c 100644
--- 
a/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
+++ 
b/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
@@ -730,7 +730,6 @@ class DynamicBrokerReconfigurationTest extends 
QuorumTestHarness with SaslSetup
   }
 
   @Test
-  @Disabled // TODO: To be re-enabled once we can make it less flaky: 
KAFKA-8280
   def testUncleanLeaderElectionEnable(): Unit = {
     val controller = servers.find(_.config.brokerId == 
TestUtils.waitUntilControllerElected(zkClient)).get
     val controllerId = controller.config.brokerId

Reply via email to