lianetm commented on code in PR #18554:
URL: https://github.com/apache/kafka/pull/18554#discussion_r1927342051


##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -207,10 +207,10 @@ class PlaintextAdminIntegrationTest extends 
BaseAdminIntegrationTest {
     Admin.create(config)
   }
 
-  @ParameterizedTest(name = 
TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
-  @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll"))
   @Timeout(10)
-  def testDescribeUserScramCredentialsTimeout(quorum: String, groupProtocol: 
String): Unit = {
+  @ParameterizedTest
+  @ValueSource(strings = Array("kraft"))

Review Comment:
   agree, that could be a safe start. 
   
   Also, it could make sense to start by reviewing Admin and Producer tests 
that are running for both consumers. It's probably on those where we can have 
some good candidates to rollback.



-- 
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