mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
This closes #2935
This commit is contained in:
commit
bf30843b61
@ -248,7 +248,7 @@ public class ThreadLeakCheckRule extends TestWatcher {
|
||||
return true;
|
||||
} else if (javaVendor.contains("IBM") && threadName.equals("MemoryPoolMXBean notification dispatcher")) {
|
||||
return true;
|
||||
} else if (javaVendor.contains("IBM") && threadName.contains("MemoryMXBean")) {
|
||||
} else if (threadName.contains("MemoryMXBean")) {
|
||||
return true;
|
||||
} else if (threadName.contains("globalEventExecutor")) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user