Skip to content

Commit

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

Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 authored Jan 30, 2023
1 parent b7e605d commit d6deb1f
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 d6deb1f

Please sign in to comment.