We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8775e37 commit ddc385dCopy full SHA for ddc385d
x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/WatchAckTests.java
@@ -122,6 +122,7 @@ public void testAckSingleAction() throws Exception {
122
assertThat(throttledCount, greaterThan(0L));
123
}
124
125
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35506")
126
public void testAckAllActions() throws Exception {
127
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch()
128
.setId("_id")
0 commit comments