This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 3002dcefec NO-JIRA Removing ThreadRuleCheck from CompatibilityTests
3002dcefec is described below
commit 3002dcefeca0eaef9d37015a020f036461004dbb
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Jun 13 14:36:50 2022 -0400
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.
---
.../activemq/artemis/tests/compatibility/base/ClasspathBase.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java
b/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java
index 922c7deddb..3fd4554e47 100644
---
a/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java
+++
b/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java
@@ -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;