Skip to content

Commit

Permalink
Mute RetryableActionTests.testRetryableActionTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Aug 11, 2021
1 parent 3fb3fb3 commit 30efa26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public boolean shouldRetry(Exception e) {
assertTrue(future.actionGet());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76165")
public void testRetryableActionTimeout() {
final AtomicInteger retryCount = new AtomicInteger();
final PlainActionFuture<Boolean> future = PlainActionFuture.newFuture();
Expand Down

0 comments on commit 30efa26

Please sign in to comment.