Skip to content

Commit ade7268

Browse files
authored
Mute failing WatcherRestartIT.testWatcherRestart test (#69919) (#69929)
1 parent bc552d6 commit ade7268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatcherRestartIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class WatcherRestartIT extends AbstractUpgradeTestCase {
3232

3333
private static final String templatePrefix = ".watch-history-";
3434

35+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69918")
3536
public void testWatcherRestart() throws Exception {
3637
client().performRequest(new Request("POST", "/_watcher/_stop"));
3738
ensureWatcherStopped();

0 commit comments

Comments
 (0)