Skip to content

Commit

Permalink
Mute testHighWatermarkNotExceeded
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 committed Jul 11, 2022
1 parent 76c326e commit c76cad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ protected Collection<Class<? extends Plugin>> 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();
Expand Down

0 comments on commit c76cad4

Please sign in to comment.