Skip to content

Commit

Permalink
Mute testRelocateWhileContinuouslyIndexingAndWaitingForRefresh which …
Browse files Browse the repository at this point in the history
…times out on cluster health

Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 committed Jan 30, 2023
1 parent 01d52b0 commit 2555613
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public void testPrimaryRelocationWithSegRepFailure() throws Exception {
* This test verifies primary recovery behavior with continuous ingestion
*
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5669")
public void testRelocateWhileContinuouslyIndexingAndWaitingForRefresh() throws Exception {
final String primary = internalCluster().startNode();
createIndex(1);
Expand Down

0 comments on commit 2555613

Please sign in to comment.