Skip to content

Commit 633aac1

Browse files
author
Christoph Büscher
committed
Revert "Fix failing failing testWatcherRestart (#35243)"
This reverts commit 7f20c0b.
1 parent d3dd70f commit 633aac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ public void testWatcherStats() throws Exception {
177177
);
178178
}
179179

180+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33753")
180181
public void testWatcherRestart() throws Exception {
181182
executeUpgradeIfNeeded();
182-
ensureWatcherStarted();
183183

184184
executeAgainstRandomNode(client -> assertOK(client.performRequest("POST", "/_xpack/watcher/_stop")));
185185
ensureWatcherStopped();

0 commit comments

Comments
 (0)