Skip to content

Commit

Permalink
Mute flaky blocked thread pool test (elastic#107625)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Apr 18, 2024
1 parent ead585f commit 4bac13a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ protected void runWithBlockedThreadPools(Runnable runnable) {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107625")
public void testUserThreadPoolsAreBlocked() {
assertAcked(client().admin().indices().prepareCreate(USER_INDEX));

Expand Down

0 comments on commit 4bac13a

Please sign in to comment.