Skip to content

Commit

Permalink
Mute ProcessWorkerExecutorServiceTests#testAutodetectWorkerExecutorSe…
Browse files Browse the repository at this point in the history
…rviceDoesNotSwallowErrors
  • Loading branch information
iverase committed Oct 19, 2023
1 parent 1266718 commit 33f61a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ protected void doRun() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101144")
public void testAutodetectWorkerExecutorServiceDoesNotSwallowErrors() {
ProcessWorkerExecutorService executor = createExecutorService();
if (randomBoolean()) {
Expand Down

0 comments on commit 33f61a1

Please sign in to comment.