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…
Reference in New Issue