Adds AwaitsFix on snapshot test failing due to #25281

This commit is contained in:
Ali Beyad 2017-06-16 16:57:01 -04:00
parent f18b0d293c
commit 0c697348f4
1 changed files with 1 additions and 0 deletions

View File

@ -767,6 +767,7 @@ public class DedicatedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTest
assertEquals(0, snapshotInfo.failedShards());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25281")
public void testMasterShutdownDuringFailedSnapshot() throws Exception {
logger.info("--> starting two master nodes and two data nodes");
internalCluster().startMasterOnlyNodes(2);