sjhajharia commented on code in PR #19633:
URL: https://github.com/apache/kafka/pull/19633#discussion_r2115597886


##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -2643,9 +2642,7 @@ class PlaintextAdminIntegrationTest extends 
BaseAdminIntegrationTest {
     }
   }
 
-  @ParameterizedTest
-  @ValueSource(strings = Array("kip932"))
-  def testShareGroups(unused: String): Unit = {
+  def testShareGroups(): Unit = {

Review Comment:
   Turns that here we missed adding the `@Test` tag. 
   Here is a PR to fix the same: https://github.com/apache/kafka/pull/19860



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