Skip to content

Commit 500a9f6

Browse files
author
Ali Beyad
committed
Adds AwaitsFix on snapshot test failing due to #25281
1 parent 662008c commit 500a9f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ public void testMasterShutdownDuringSnapshot() throws Exception {
798798
assertEquals(0, snapshotInfo.failedShards());
799799
}
800800

801+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25281")
801802
public void testMasterShutdownDuringFailedSnapshot() throws Exception {
802803
logger.info("--> starting two master nodes and two data nodes");
803804
internalCluster().startMasterOnlyNodes(2);

0 commit comments

Comments
 (0)