NO-JIRA Removing ThreadRuleCheck from CompatibilityTests

This is taking too long to fininsh in certain tests. Since it's not really needed I am removing it.
This commit is contained in:
Clebert Suconic 2022-06-13 14:36:50 -04:00
parent 17f99be1dd
commit 3002dcefec
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@ import java.util.HashSet;
import java.util.Map;
import org.apache.activemq.artemis.tests.compatibility.GroovyRun;
import org.apache.activemq.artemis.utils.ThreadLeakCheckRule;
import org.jboss.logging.Logger;
import org.junit.AfterClass;
import org.junit.Assume;
@ -82,9 +81,6 @@ public class ClasspathBase {
clearGroovy(loader);
}
@ClassRule
public static ThreadLeakCheckRule threadLeakCheckRule = new ThreadLeakCheckRule();
@ClassRule
public static TemporaryFolder serverFolder;