Skip to content

Commit 1112fac

Browse files
committed
Mute SharedClusterSnapshotRestoreIT#testSnapshotSucceedsAfterSnapshotFailure with @AwaitsFix.
The issue is being tracked in #30507.
1 parent 293ca92 commit 1112fac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,6 +3094,7 @@ public void testSnapshotCanceledOnRemovedShard() throws Exception {
30943094
assertEquals("IndexShardSnapshotFailedException[Aborted]", snapshotInfo.shardFailures().get(0).reason());
30953095
}
30963096

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

0 commit comments

Comments
 (0)