rreddy-22 commented on code in PR #14524:
URL: https://github.com/apache/kafka/pull/14524#discussion_r1355388919


##########
tests/kafkatest/tests/core/consume_bench_test.py:
##########
@@ -114,7 +126,11 @@ def test_single_partition(self, metadata_quorum=quorum.zk):
         self.logger.info("TASKS: %s\n" % json.dumps(tasks, sort_keys=True, 
indent=2))
 
     @cluster(num_nodes=10)
-    @matrix(metadata_quorum=quorum.all_non_upgrade)
+    @matrix(
+        metadata_quorum=quorum.all_non_upgrade,
+        se_new_coordinator=[True, False]
+    )
+    @skip_if_new_coordinator_and_zk
     def test_multiple_consumers_random_group_topics(self, 
metadata_quorum=quorum.zk):

Review Comment:
   no, sry again the changes got missed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to