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 5f6e9c7 commit e9df312Copy full SHA for e9df312
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatcherRestartIT.java
@@ -34,6 +34,7 @@ public class WatcherRestartIT extends AbstractUpgradeTestCase {
34
35
private static final String templatePrefix = ".watch-history-";
36
37
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79895")
38
public void testWatcherRestart() throws Exception {
39
client().performRequest(new Request("POST", "/_watcher/_stop"));
40
ensureWatcherStopped();
0 commit comments