mute WatcherRestartIT

This commit is contained in:
Hendrik Muhs 2020-11-23 15:44:28 +01:00
parent c558ef6505
commit 1828a8b6cc
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ public class WatcherRestartIT extends AbstractUpgradeTestCase {
private static final String templatePrefix = ".watch-history-"; private static final String templatePrefix = ".watch-history-";
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65320")
public void testWatcherRestart() throws Exception { public void testWatcherRestart() throws Exception {
client().performRequest(new Request("POST", "/_watcher/_stop")); client().performRequest(new Request("POST", "/_watcher/_stop"));
ensureWatcherStopped(); ensureWatcherStopped();