Skip to content

Commit

Permalink
Mute ActivateWatchTests (#82071)
Browse files Browse the repository at this point in the history
See #66495
  • Loading branch information
jkakavas authored Dec 23, 2021
1 parent b659873 commit e912a1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ protected boolean timeWarped() {
return false;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66495")
public void testDeactivateAndActivate() throws Exception {
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId("_id")
.setSource(
Expand Down Expand Up @@ -106,6 +107,7 @@ public void testDeactivateAndActivate() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66495")
public void testLoadWatchWithoutAState() throws Exception {
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId("_id")
.setSource(
Expand Down

0 comments on commit e912a1d

Please sign in to comment.