Skip to content

Commit

Permalink
AwaitsFix testReuseInFileBasedPeerRecovery in RecoveryFromGatewayIT
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 3, 2023
1 parent 8ef7368 commit 6a7d078
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ public void testLatestVersionLoaded() throws Exception {
assertThat(state.metadata().index("test").getAliases().get("test_alias").filter(), notNullValue());
}

@AwaitsFix(bugUrl = "Download from remote store happens, we need to remove the dependence of file copying in peer recovery")
public void testReuseInFileBasedPeerRecovery() throws Exception {
internalCluster().startClusterManagerOnlyNode();
final String primaryNode = internalCluster().startDataOnlyNode(nodeSettings(0));
Expand Down

0 comments on commit 6a7d078

Please sign in to comment.