Skip to content

Commit 94f79a2

Browse files
authored
Mute DeleteSnapshotIT.testDeleteMultipleShallowCopySnapshotsCase1 (#12373)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 43a2ce9 commit 94f79a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/snapshots/DeleteSnapshotIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public void testDeleteShallowCopySnapshot() throws Exception {
9292
}
9393

9494
// Deleting multiple shallow copy snapshots as part of single delete call with repo having only shallow copy snapshots.
95+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9208")
9596
public void testDeleteMultipleShallowCopySnapshotsCase1() throws Exception {
9697
disableRepoConsistencyCheck("Remote store repository is being used in the test");
9798
final Path remoteStoreRepoPath = randomRepoPath();

0 commit comments

Comments
 (0)