[TEST] remove AwaitsFix from testSnapshotSucceedsAfterSnapshotFailure,

turns out the issue is specific to Java 9 v143
This commit is contained in:
Ali Beyad 2016-11-11 12:37:04 -05:00
parent 79076334ae
commit c9c3992f94
1 changed files with 0 additions and 1 deletions

View File

@ -2672,7 +2672,6 @@ 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();