We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e325e2 commit 3fa5395Copy full SHA for 3fa5395
x-pack/plugin/watcher/qa/rest/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherTestSuiteIT.java
@@ -46,7 +46,7 @@ protected Settings restAdminSettings() {
46
return Settings.builder().put(ThreadContext.PREFIX + ".Authorization", token).build();
47
}
48
49
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36782")
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52453")
50
public void testMonitorClusterHealth() throws Exception {
51
final String watchId = "cluster_health_watch";
52
0 commit comments