kevinrr888 commented on code in PR #5555: URL: https://github.com/apache/accumulo/pull/5555#discussion_r2093377779
########## test/src/main/java/org/apache/accumulo/test/compaction/FlakyExternalCompaction2IT.java: ########## @@ -52,9 +50,4 @@ public void configureMiniCluster(MiniAccumuloConfigImpl cfg, Configuration coreS public static void setup() throws Exception { startMiniClusterWithConfig(new FlakyExternalCompaction2Config()); } - - @AfterAll - public static void teardown() { - SharedMiniClusterBase.stopMiniCluster(); - } Review Comment: super class already has this AfterAll. Just removed since not needed twice -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org