Skip to content

Commit ddc385d

Browse files
committed
Mute WatchAckTests.testAckAllActions
Relates to #35506
1 parent 8775e37 commit ddc385d

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/WatchAckTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void testAckSingleAction() throws Exception {
122122
assertThat(throttledCount, greaterThan(0L));
123123
}
124124

125+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35506")
125126
public void testAckAllActions() throws Exception {
126127
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch()
127128
.setId("_id")

0 commit comments

Comments
 (0)