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 <surajrider@gmail.com>
(cherry picked from commit d6deb1f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 30, 2023
1 parent 50d94fd commit 4da2c98
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 4da2c98

Please sign in to comment.