From c76cad4b86ff022301f2e7d9cbc91846aaf88c92 Mon Sep 17 00:00:00 2001 From: Suraj Singh Date: Mon, 11 Jul 2022 09:05:08 -0700 Subject: [PATCH] Mute testHighWatermarkNotExceeded Signed-off-by: Suraj Singh --- gradle.properties | 2 -- .../routing/allocation/decider/DiskThresholdDeciderIT.java | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6301829544111..86af9ad62b1a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,5 +34,3 @@ systemProp.jdk.tls.client.protocols=TLSv1.2 # jvm args for faster test execution by default systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m - -systemProp.opensearch.experimental.feature.replication_type.enabled=true diff --git a/server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java b/server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java index b5d260f5c3314..e26d5be03cf7a 100644 --- a/server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java @@ -153,6 +153,7 @@ protected Collection> nodePlugins() { return Collections.singletonList(InternalSettingsPlugin.class); } + @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/pull/3561") public void testHighWatermarkNotExceeded() throws Exception { internalCluster().startClusterManagerOnlyNode(); internalCluster().startDataOnlyNode();