Skip to content

Commit 7f20c0b

Browse files
authored
Fix failing failing testWatcherRestart (#35243)
Reenabling the test on 6.x as #35271 looks like fixed the problem. If that helps on 6.x it will be back ported to 6.6, 6.5 and previous versions where this test is muted. closes #33753
1 parent 49c8fbb commit 7f20c0b

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")
181180
public void testWatcherRestart() throws Exception {
182181
executeUpgradeIfNeeded();
182+
ensureWatcherStarted();
183183

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

0 commit comments

Comments
 (0)