Skip to content

Commit 07db2e3

Browse files
authored
[CI] Mute ActivateWatchTests (#83315)
For #82797, backport of #83312
1 parent 06cb4d0 commit 07db2e3

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/transport/action/activate

1 file changed

+2
-0
lines changed

x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/transport/action/activate/ActivateWatchTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ protected boolean timeWarped() {
5050
return false;
5151
}
5252

53+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/82797")
5354
public void testDeactivateAndActivate() throws Exception {
5455
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId("_id")
5556
.setSource(
@@ -106,6 +107,7 @@ public void testDeactivateAndActivate() throws Exception {
106107
});
107108
}
108109

110+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/82797")
109111
public void testLoadWatchWithoutAState() throws Exception {
110112
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId("_id")
111113
.setSource(

0 commit comments

Comments
 (0)