chia7712 commented on code in PR #19919: URL: https://github.com/apache/kafka/pull/19919#discussion_r2133970345
########## test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/junit/ClusterTestExtensions.java: ########## @@ -118,6 +118,11 @@ public boolean supportsTestTemplate(ExtensionContext context) { return true; } + @Override + public boolean mayReturnZeroTestTemplateInvocationContexts(ExtensionContext context) { + return true; Review Comment: Please add comment for this magic flag :) -- 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