Skip to content

Commit

Permalink
Mute DeleteSnapshotIT.testDeleteShallowCopySnapshot (#10372) (#10375)
Browse files Browse the repository at this point in the history
(cherry picked from commit de8511b)

Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 729b725 commit cfbff9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void testDeleteSnapshot() throws Exception {
assert (getRepositoryData(snapshotRepoName).getSnapshotIds().size() == 0);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9115")
public void testDeleteShallowCopySnapshot() throws Exception {
disableRepoConsistencyCheck("Remote store repository is being used in the test");
final Path remoteStoreRepoPath = randomRepoPath();
Expand Down

0 comments on commit cfbff9f

Please sign in to comment.