cmccabe commented on code in PR #17949: URL: https://github.com/apache/kafka/pull/17949#discussion_r1861069280
########## core/src/test/scala/unit/kafka/admin/AddPartitionsTest.scala: ########## @@ -191,8 +182,9 @@ class AddPartitionsTest extends BaseRequestTest { assertEquals(Set(0, 1), replicas.asScala.toSet) } + @Disabled @ParameterizedTest - @ValueSource(strings = Array("zk")) // TODO: add kraft support + @ValueSource(strings = Array("kraft")) // TODO: add kraft support Review Comment: sure, let's address this in #17955. I'll remove it from this PR. Thanks @peterxcli and @chia7712 ########## core/src/test/scala/unit/kafka/admin/AddPartitionsTest.scala: ########## @@ -217,8 +209,9 @@ class AddPartitionsTest extends BaseRequestTest { validateLeaderAndReplicas(topicMetadata, 6, 0, Set(0, 1, 2, 3)) } + @Disabled @ParameterizedTest - @ValueSource(strings = Array("zk")) // TODO: add kraft support + @ValueSource(strings = Array("kraft")) // TODO: add kraft support Review Comment: sure, let's address this in #17955. I'll remove it from this PR. Thanks @peterxcli and @chia7712 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org