Skip to content

Commit

Permalink
Adds AwaitsFix on snapshot test failing due to #25281
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Beyad committed Jun 16, 2017
1 parent f18b0d2 commit 0c69734
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ public void testMasterShutdownDuringSnapshot() throws Exception {
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);
Expand Down

0 comments on commit 0c69734

Please sign in to comment.