Mute DiskThresholdDeciderIT.testHighWatermarkNotExceeded

This commit is contained in:
Christoph Büscher 2020-10-08 15:13:53 +02:00
parent a9be4181c6
commit 517d3e4336
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ public class DiskThresholdDeciderIT extends ESIntegTestCase {
return Collections.singletonList(InternalSettingsPlugin.class);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62326")
public void testHighWatermarkNotExceeded() throws Exception {
internalCluster().startMasterOnlyNode();
internalCluster().startDataOnlyNode();