mute WatcherRestartIT
This commit is contained in:
parent
c558ef6505
commit
1828a8b6cc
|
@ -24,6 +24,7 @@ public class WatcherRestartIT extends AbstractUpgradeTestCase {
|
|||
|
||||
private static final String templatePrefix = ".watch-history-";
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65320")
|
||||
public void testWatcherRestart() throws Exception {
|
||||
client().performRequest(new Request("POST", "/_watcher/_stop"));
|
||||
ensureWatcherStopped();
|
||||
|
|
Loading…
Reference in New Issue