Skip to content

Commit 172b355

Browse files
committed
Mute testLocalAlertsRemoval and testRepeatedLocalAlertsRemoval again,
see elastic#66586
1 parent 5f5968b commit 172b355

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
@@ -109,6 +109,7 @@ private void stopMonitoring() {
109109
));
110110
}
111111

112+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
112113
@TestLogging(
113114
value = "org.elasticsearch.xpack.monitoring.exporter.local:trace",
114115
reason = "to ensure we log local exporter on trace level")
@@ -146,6 +147,7 @@ public void testLocalAlertsRemoval() throws Exception {
146147
}
147148
}
148149

150+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
149151
@TestLogging(
150152
value = "org.elasticsearch.xpack.monitoring.exporter.local:trace",
151153
reason = "to ensure we log local exporter on trace level")

0 commit comments

Comments
 (0)