From fd5a85f7d3019eb33acd2d98751344bfdea3bd50 Mon Sep 17 00:00:00 2001 From: Commelina Date: Fri, 10 May 2024 10:10:51 +0300 Subject: [PATCH] enable PlaintextConsumerTest.testMultiConsumerDefaultAssignorAndVerifyAssignment --- .../test/scala/integration/kafka/api/PlaintextConsumerTest.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala b/app/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala index a1b080d..090b364 100644 --- a/app/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala +++ b/app/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala @@ -1199,7 +1199,6 @@ class PlaintextConsumerTest extends BaseConsumerTest { * BaseConsumerTest It tests the assignment results is expected using default assignor (i.e. Range assignor) */ @Test - @Disabled("server does not choose expected assignment protocol currently") def testMultiConsumerDefaultAssignorAndVerifyAssignment(): Unit = { // create two new topics, each having 3 partitions val topic1 = "topic1"