kevinrr888 commented on code in PR #5581:
URL: https://github.com/apache/accumulo/pull/5581#discussion_r2109501555


##########
test/src/main/java/org/apache/accumulo/test/fate/FateExecutionOrderIT_SimpleSuite.java:
##########
@@ -55,21 +55,19 @@
 import org.apache.accumulo.core.fate.FateId;
 import org.apache.accumulo.core.fate.FateStore;
 import org.apache.accumulo.core.fate.Repo;
-import org.apache.accumulo.harness.AccumuloITBase;
 import org.apache.accumulo.harness.SharedMiniClusterBase;
 import org.apache.accumulo.server.ServerContext;
 import org.apache.hadoop.io.Text;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.api.Test;
 
 import com.google.common.collect.Iterators;
 
-@Tag(AccumuloITBase.SIMPLE_MINI_CLUSTER_SUITE)
-public abstract class FateExecutionOrderIT extends SharedMiniClusterBase
-    implements FateTestRunner<FateExecutionOrderIT.FeoTestEnv> {
+public abstract class FateExecutionOrderIT_SimpleSuite extends 
SharedMiniClusterBase
+    implements FateTestRunner<FateExecutionOrderIT_SimpleSuite.FeoTestEnv> {
+  // TODO KEVIN RATHBUN double check that the sub classes don't need to be 
simple suite

Review Comment:
   Thanks, missed that



-- 
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

Reply via email to