Skip to content

Commit e9df312

Browse files
authored
Mute WatcherRestartIT#testWatcherRestart(...) (#81881) (#81882)
Relates to #79895
1 parent 5f6e9c7 commit e9df312

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class WatcherRestartIT extends AbstractUpgradeTestCase {
3434

3535
private static final String templatePrefix = ".watch-history-";
3636

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

0 commit comments

Comments
 (0)