Skip to content

Commit

Permalink
Mute DeleteSnapshotIT.testDeleteShallowCopySnapshot (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#10372)

Signed-off-by: Andrew Ross <andrross@amazon.com>
  • Loading branch information
andrross authored and deshsidd committed Oct 9, 2023
1 parent 2f6fb6a commit 6ebc7a3
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 6ebc7a3

Please sign in to comment.