Skip to content

Commit

Permalink
commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 30, 2024
1 parent a4e186f commit e1c7a7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,6 @@ public void testDump() throws Exception
assertThat(count(dump, " - STARTED"), is(3));
assertThat(dump, containsString(",3<=3<=4,i=1,r=2,"));
assertThat(dump, containsString("[ReservedThreadExecutor@"));
// Flaky
//assertThat(count(dump, "+> 0: ReservedThread@"), is(1));
assertThat(count(dump, "QueuedThreadPoolTest.lambda$testDump$"), is(0));

pool.setDetailedDump(true);
Expand Down

0 comments on commit e1c7a7c

Please sign in to comment.