Browse Source

Mute testLocalAlertsRemoval and testRepeatedLocalAlertsRemoval again, (#68578)

see #66586
Martijn van Groningen 4 years ago
parent
commit
317448d4cf

+ 2 - 0
x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/action/TransportMonitoringMigrateAlertsActionTests.java

@@ -109,6 +109,7 @@ public class TransportMonitoringMigrateAlertsActionTests extends MonitoringInteg
         ));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
     @TestLogging(
         value = "org.elasticsearch.xpack.monitoring.exporter.local:trace",
         reason = "to ensure we log local exporter on trace level")
@@ -146,6 +147,7 @@ public class TransportMonitoringMigrateAlertsActionTests extends MonitoringInteg
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
     @TestLogging(
         value = "org.elasticsearch.xpack.monitoring.exporter.local:trace",
         reason = "to ensure we log local exporter on trace level")