From 81059c00b38a8e8dce9777a3d283d94a159d2e90 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:48:19 -0700 Subject: [PATCH] Mute flaky test SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString (#9175) (#9205) (cherry picked from commit b2af655047920774bb9db062b47a908b37740726) Signed-off-by: Poojita Raj Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../java/org/opensearch/search/SearchWeightedRoutingIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java b/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java index 62ebff5253a61..dd80e49aa699e 100644 --- a/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java @@ -1090,6 +1090,7 @@ public void testMultiGetWithNetworkDisruption_FailOpenDisabled() throws Exceptio /** * Assert that preference based search is not allowed with strict weighted shard routing */ + @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8030") public void testStrictWeightedRoutingWithCustomString() { Settings commonSettings = Settings.builder() .put("cluster.routing.allocation.awareness.attributes", "zone")