Skip to content

Commit 501cc64

Browse files
committed
Mute SharedClusterSnapshotRestoreIT#testSnapshotSucceedsAfterSnapshotFailure with @AwaitsFix.
The issue is being tracked in #30507.
1 parent 40bc9f1 commit 501cc64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,7 @@ public void testSnapshotCanceledOnRemovedShard() throws Exception {
28702870
assertEquals("IndexShardSnapshotFailedException[Aborted]", snapshotInfo.shardFailures().get(0).reason());
28712871
}
28722872

2873+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30507")
28732874
public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
28742875
logger.info("--> creating repository");
28752876
final Path repoPath = randomRepoPath();

0 commit comments

Comments
 (0)