dengziming commented on code in PR #12141: URL: https://github.com/apache/kafka/pull/12141#discussion_r870885220
########## core/src/test/scala/unit/kafka/server/DeleteTopicsRequestTest.scala: ########## @@ -66,6 +70,11 @@ class DeleteTopicsRequestTest extends BaseRequestTest { val response = sendDeleteTopicsRequest(request) val error = response.errorCounts.asScala.find(_._1 != Errors.NONE) assertTrue(error.isEmpty, s"There should be no errors, found ${response.data.responses.asScala}") + + if (isKRaftTest()) { Review Comment: Tests all passed after this change. -- 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