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:
parent
17f99be1dd
commit
3002dcefec
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue