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