Mute MonitoringWithWatcherRestIT.testThatLocalExporterAddsWatche (#64143)

This commit is contained in:
David Kyle 2020-10-26 10:13:12 +00:00
parent 8161513cb6
commit 51f8b0b8d2

View File

@ -56,6 +56,7 @@ public class MonitoringWithWatcherRestIT extends ESRestTestCase {
adminClient().performRequest(deleteRequest); adminClient().performRequest(deleteRequest);
} }
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/59132" )
public void testThatLocalExporterAddsWatches() throws Exception { public void testThatLocalExporterAddsWatches() throws Exception {
String watchId = createMonitoringWatch(); String watchId = createMonitoringWatch();