Skip to content

Commit

Permalink
Mute RemoteRestoreSnapshotIT.testRestoreInSameRemoteStoreEnabledIndex
Browse files Browse the repository at this point in the history
This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@amazon.com>
  • Loading branch information
andrross committed Aug 15, 2023
1 parent 34c860d commit d42000b
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 d42000b

Please sign in to comment.