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 4b7c577 commit 8a299c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,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 8a299c1

Please sign in to comment.