We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a2ce9 commit 94f79a2Copy full SHA for 94f79a2
server/src/internalClusterTest/java/org/opensearch/snapshots/DeleteSnapshotIT.java
@@ -92,6 +92,7 @@ public void testDeleteShallowCopySnapshot() throws Exception {
92
}
93
94
// 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")
96
public void testDeleteMultipleShallowCopySnapshotsCase1() throws Exception {
97
disableRepoConsistencyCheck("Remote store repository is being used in the test");
98
final Path remoteStoreRepoPath = randomRepoPath();
0 commit comments