From ca12032ced577c53879c5671589a9f3904245da3 Mon Sep 17 00:00:00 2001 From: Niels Bauman <33722607+nielsbauman@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:53:22 +0100 Subject: [PATCH] Unmute `FullClusterRestartIT.testWatcherWithApiKey` (#119181) 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. --- .../org/elasticsearch/xpack/restart/FullClusterRestartIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java b/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java index f7bfa0e7fde9e..32ca1cb7221de 100644 --- a/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java +++ b/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java @@ -214,7 +214,6 @@ public void testWatcher() throws Exception { } @SuppressWarnings("unchecked") - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84700") public void testWatcherWithApiKey() throws Exception { final Request getWatchStatusRequest = new Request("GET", "/_watcher/watch/watch_with_api_key");