Mute DiskThresholdDeciderIT (#62858) (#62859)

Relates #62326
This commit is contained in:
Daniel Mitterdorfer 2020-09-24 13:24:11 +02:00 committed by GitHub
parent 7771d8b6fa
commit aec7c65af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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