From 4da2c98b3e0b2edd5702e72191de83757d501cc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Jan 2023 17:46:35 +0000 Subject: [PATCH] Mute testRelocateWhileContinuouslyIndexingAndWaitingForRefresh which times out on cluster health (#6079) Signed-off-by: Suraj Singh (cherry picked from commit d6deb1f82f6f65c7c18ef6b09aa1dc3de09d34fe) Signed-off-by: github-actions[bot] --- .../indices/replication/SegmentReplicationRelocationIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationRelocationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationRelocationIT.java index bf0f65eaf1e14..79a4b6289bd7b 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationRelocationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationRelocationIT.java @@ -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);