This commit is contained in:
Justin Bertram 2020-01-10 08:05:12 -06:00
commit bf30843b61
1 changed files with 1 additions and 1 deletions

View File

@ -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;