Skip to content

Commit 720713e

Browse files
authored
Unmute FullClusterRestartIT.testWatcherWithApiKey (#119181) (#119215)
This test failure issue was closed due to an absence of activity, but it was reopened because the `@AwaitsFix` was still present. We haven't determined with certainty that this test has been fixed, but unmuting it will tell us if it is still an issue.
1 parent c14061d commit 720713e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public void testWatcher() throws Exception {
214214
}
215215

216216
@SuppressWarnings("unchecked")
217-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84700")
218217
public void testWatcherWithApiKey() throws Exception {
219218
final Request getWatchStatusRequest = new Request("GET", "/_watcher/watch/watch_with_api_key");
220219

0 commit comments

Comments
 (0)