dlmarion commented on code in PR #5581: URL: https://github.com/apache/accumulo/pull/5581#discussion_r2108983846
########## test/src/main/java/org/apache/accumulo/test/ComprehensiveIT_SimpleSuite.java: ########## @@ -22,15 +22,13 @@ import org.apache.accumulo.core.client.Accumulo; import org.apache.accumulo.core.client.AccumuloClient; -import org.apache.accumulo.harness.AccumuloITBase; import org.apache.accumulo.harness.SharedMiniClusterBase; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; @Tag(SUNNY_DAY) -@Tag(AccumuloITBase.SIMPLE_MINI_CLUSTER_SUITE) -public class ComprehensiveIT extends ComprehensiveBaseIT { +public class ComprehensiveIT_SimpleSuite extends ComprehensiveBaseIT { Review Comment: Have you tested the build with the sunny profile to see if this test still gets picked up? I don't know if failsafe just runs everything with the sunny tag, or classes ending in IT with the sunny tag. -- 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