Skip to content

Commit

Permalink
Mute DiskThresholdDeciderIT (#62858) (#62859)
Browse files Browse the repository at this point in the history
Relates #62326
  • Loading branch information
danielmitterdorfer authored Sep 24, 2020
1 parent 7771d8b commit aec7c65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Collections.singletonList(InternalSettingsPlugin.class);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62326")
public void testHighWatermarkNotExceeded() throws Exception {
internalCluster().startMasterOnlyNode();
internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit aec7c65

Please sign in to comment.