Skip to content

Commit

Permalink
Mute WatcherRestartIT#testWatcherRestart(...) (#81881) (#81882)
Browse files Browse the repository at this point in the history
Relates to #79895
  • Loading branch information
martijnvg committed Dec 17, 2021
1 parent 5f6e9c7 commit e9df312
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class WatcherRestartIT extends AbstractUpgradeTestCase {

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

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

0 comments on commit e9df312

Please sign in to comment.