dengziming commented on a change in pull request #11629: URL: https://github.com/apache/kafka/pull/11629#discussion_r779380315
########## File path: core/src/test/scala/unit/kafka/server/AbstractCreateTopicsRequestTest.scala ########## @@ -136,11 +144,13 @@ abstract class AbstractCreateTopicsRequestTest extends BaseRequestTest { } } - // Verify controller broker has the correct metadata - verifyMetadata(controllerSocketServer) + if (!isKRaftTest()) { Review comment: Why not verify metadata in Kraft mode? -- 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