TEST: Mute testMonitorClusterHealth

Tracked at #32299
This commit is contained in:
Nhat Nguyen 2018-08-30 14:26:32 -04:00
parent d0630093cd
commit 07faa0b06a
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ public class SmokeTestWatcherTestSuiteIT extends ESRestTestCase {
return Settings.builder().put(ThreadContext.PREFIX + ".Authorization", token).build(); return Settings.builder().put(ThreadContext.PREFIX + ".Authorization", token).build();
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32299")
public void testMonitorClusterHealth() throws Exception { public void testMonitorClusterHealth() throws Exception {
String watchId = "cluster_health_watch"; String watchId = "cluster_health_watch";