From 8f85e388da630c92622205e1c3ea4bbcd91a265e Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Fri, 11 Nov 2016 11:50:23 -0500 Subject: [PATCH] [TEST] mute the testSnapshotSucceedsAfterSnapshotFailure() test until its clear what is going wrong. Relates #21496 --- .../elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index 5fff846dc48..be70d4f5738 100644 --- a/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -2672,6 +2672,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas assertEquals("IndexShardSnapshotFailedException[Aborted]", snapshotInfo.shardFailures().get(0).reason()); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/21496") public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception { logger.info("--> creating repository"); final Path repoPath = randomRepoPath();