This commit is contained in:
Andy Wilkinson 2019-07-03 21:59:51 +01:00
parent c5cae28261
commit e0048f234b
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class ThreadDumpEndpointTests {
synchronized (monitor) {
monitor.notifyAll();
}
System.out.println(threadDump);
assertThat(threadDump)
.containsPattern(String.format("\t- parking to wait for <[0-9a-z]+> \\(a %s\\$Sync\\)",
CountDownLatch.class.getName().replace(".", "\\.")))