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

jgus 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 3bc2575  MINOR: Disabled flaky 
DynamicBrokerReconfigurationTest.testAddRemoveSslListener until fixed (#4924)
3bc2575 is described below

commit 3bc2575dfcfbf856b75c510d986f270f7f9411ca
Author: Anna Povzner <[email protected]>
AuthorDate: Tue Apr 24 15:24:07 2018 -0700

    MINOR: Disabled flaky 
DynamicBrokerReconfigurationTest.testAddRemoveSslListener until fixed (#4924)
    
    Reviewers: Colin Patrick McCabe <[email protected]>, Jason Gustafson 
<[email protected]>
---
 .../integration/kafka/server/DynamicBrokerReconfigurationTest.scala    | 3 ++-
 1 file changed, 2 insertions(+), 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 79dec26..ee0c05e 100644
--- 
a/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
+++ 
b/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
@@ -54,7 +54,7 @@ import org.apache.kafka.common.record.TimestampType
 import org.apache.kafka.common.security.auth.SecurityProtocol
 import org.apache.kafka.common.serialization.{StringDeserializer, 
StringSerializer}
 import org.junit.Assert._
-import org.junit.{After, Before, Test}
+import org.junit.{After, Before, Test, Ignore}
 
 import scala.collection._
 import scala.collection.mutable.ArrayBuffer
@@ -652,6 +652,7 @@ class DynamicBrokerReconfigurationTest extends 
ZooKeeperTestHarness with SaslSet
   }
 
   @Test
+  @Ignore // Re-enable once we make it less flaky (KAFKA-6824)
   def testAddRemoveSslListener(): Unit = {
     verifyAddListener("SSL", SecurityProtocol.SSL, Seq.empty)
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to