Skip to content

Commit e259c1e

Browse files
authored
Mute two tests in TransportMonitoringMigrateAlertsActionTests class. (#67113)
Relates to #66586
1 parent 95f4d73 commit e259c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public void testRepeatedLocalAlertsRemoval() throws Exception {
186186
}
187187
}
188188

189+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
189190
public void testDisabledLocalExporterAlertsRemoval() throws Exception {
190191
try {
191192
// start monitoring service
@@ -228,6 +229,7 @@ public void testDisabledLocalExporterAlertsRemoval() throws Exception {
228229
}
229230
}
230231

232+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
231233
public void testLocalExporterWithAlertingDisabled() throws Exception {
232234
try {
233235
// start monitoring service

0 commit comments

Comments
 (0)