dongjinleekr commented on a change in pull request #7898: URL: https://github.com/apache/kafka/pull/7898#discussion_r786067964
########## File path: streams/src/test/java/org/apache/kafka/streams/KafkaStreamsTest.java ########## @@ -102,6 +103,7 @@ import static org.junit.Assert.fail; @RunWith(PowerMockRunner.class) +@PowerMockIgnore("javax.management.*") Review comment: Oh yes, initially `KafkaStreamsTest` needed `@PowerMockIgnore({"javax.management.*", "org.apache.log4j.*"})` like `WorkerSourceTaskTest` but, it does not need it anymore. It would be better to remove this annotation. -- 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