Skip to content

Commit

Permalink
Mute SharedClusterSnapshotRestoreIT#testSnapshotSucceedsAfterSnapshot…
Browse files Browse the repository at this point in the history
…Failure with @AwaitsFix.

The issue is being tracked in #30507.
  • Loading branch information
jtibshirani committed May 10, 2018
1 parent 40bc9f1 commit 501cc64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2870,6 +2870,7 @@ public void testSnapshotCanceledOnRemovedShard() throws Exception {
assertEquals("IndexShardSnapshotFailedException[Aborted]", snapshotInfo.shardFailures().get(0).reason());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30507")
public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
logger.info("--> creating repository");
final Path repoPath = randomRepoPath();
Expand Down

0 comments on commit 501cc64

Please sign in to comment.