Skip to content

Commit

Permalink
test: common: Attempt to fix flaky test, take two
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jun 30, 2024
1 parent 7025a04 commit 59d5bd4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ public void run() {
active = threadPool.getActiveCount();
}

if (active > 0) {
checkFailedTestActuallySupported();
}

assertEquals(0, active, "There should be no pending accepts");
}
});
Expand Down

0 comments on commit 59d5bd4

Please sign in to comment.