This closes #2919
This commit is contained in:
commit
23e26b3cfb
|
@ -248,6 +248,8 @@ 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")) {
|
||||
return true;
|
||||
} else if (threadName.contains("globalEventExecutor")) {
|
||||
return true;
|
||||
} else if (threadName.contains("threadDeathWatcher")) {
|
||||
|
|
Loading…
Reference in New Issue