parent
8775e37d03
commit
ddc385d874
|
@ -122,6 +122,7 @@ public class WatchAckTests extends AbstractWatcherIntegrationTestCase {
|
||||||
assertThat(throttledCount, greaterThan(0L));
|
assertThat(throttledCount, greaterThan(0L));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35506")
|
||||||
public void testAckAllActions() throws Exception {
|
public void testAckAllActions() throws Exception {
|
||||||
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch()
|
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch()
|
||||||
.setId("_id")
|
.setId("_id")
|
||||||
|
|
Loading…
Reference in New Issue