[TEST] mute the testSnapshotSucceedsAfterSnapshotFailure() test
until its clear what is going wrong. Relates #21496
This commit is contained in:
parent
372480a16a
commit
8f85e388da
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue