chia7712 commented on code in PR #18203:
URL: https://github.com/apache/kafka/pull/18203#discussion_r1886222355
##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -1810,7 +1810,7 @@ class PlaintextAdminIntegrationTest extends
BaseAdminIntegrationTest {
* Test the consumer group APIs.
*/
@ParameterizedTest(name =
TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
-
@MethodSource(Array("getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly_KAFKA_17960"))
+ @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll"))
Review Comment:
Since KAFKA-17960 is still open, does this change cause the test to become
unstable?
--
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]