From 33e46ab35a6d60f65fa40ebe860e38e57e37c967 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 19 Nov 2018 11:41:02 +0000 Subject: [PATCH] Mute MonitoringIT.testMonitoringService Due to https://github.com/elastic/elasticsearch/issues/29880 --- .../elasticsearch/xpack/monitoring/integration/MonitoringIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java b/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java index 037ea03473a49..be2a700a12e5b 100644 --- a/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java +++ b/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java @@ -195,6 +195,7 @@ public void testMonitoringBulk() throws Exception { * This test waits for the monitoring service to collect monitoring documents and then checks that all expected documents * have been indexed with the expected information. */ + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29880") @SuppressWarnings("unchecked") public void testMonitoringService() throws Exception { final boolean createAPMIndex = randomBoolean();