parent
d1e7951e00
commit
2e325e24cb
|
@ -46,6 +46,7 @@ public class SmokeTestWatcherTestSuiteIT extends WatcherRestTestCase {
|
||||||
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/36782")
|
||||||
public void testMonitorClusterHealth() throws Exception {
|
public void testMonitorClusterHealth() throws Exception {
|
||||||
final String watchId = "cluster_health_watch";
|
final String watchId = "cluster_health_watch";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue