Skip to content

Commit

Permalink
Mute RemoteRestoreSnapshotIT.testRestoreInSameRemoteStoreEnabledIndex (
Browse files Browse the repository at this point in the history
…opensearch-project#9354)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Aug 15, 2023
1 parent 23fd9a5 commit 4114009
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public void testRestoreOperationsShallowCopyEnabled() throws IOException, Execut
assertDocsPresentInIndex(client, restoredIndexName1Doc, numDocsInIndex1 + 2);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9326")
public void testRestoreInSameRemoteStoreEnabledIndex() throws IOException {
String clusterManagerNode = internalCluster().startClusterManagerOnlyNode();
String primary = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 4114009

Please sign in to comment.