Skip to content

Commit 183d921

Browse files
authored
Mute MonitoringIT.testMonitoringService (#39295)
Relates to #29880 This test seems only to fail in master.
1 parent e9bc12e commit 183d921

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public void testMonitoringBulk() throws Exception {
190190
* This test waits for the monitoring service to collect monitoring documents and then checks that all expected documents
191191
* have been indexed with the expected information.
192192
*/
193+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29880")
193194
public void testMonitoringService() throws Exception {
194195
final boolean createAPMIndex = randomBoolean();
195196
final String indexName = createAPMIndex ? "apm-2017.11.06" : "books";

0 commit comments

Comments
 (0)