We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d063009 commit 07faa0bCopy full SHA for 07faa0b
x-pack/qa/smoke-test-watcher/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherTestSuiteIT.java
@@ -106,6 +106,7 @@ protected Settings restAdminSettings() {
106
return Settings.builder().put(ThreadContext.PREFIX + ".Authorization", token).build();
107
}
108
109
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32299")
110
public void testMonitorClusterHealth() throws Exception {
111
String watchId = "cluster_health_watch";
112
0 commit comments