From e4a0c004ab34dcb131311aeafa7c4a435caa6dd0 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Wed, 3 Mar 2021 16:18:28 -0700 Subject: [PATCH] Re-enable MonitoringIT.testMonitoringService The test failure issue for this test has been open for over two years, but this test has been muted so long that we don't have any actual failure information. This unmutes it so either it ceases to fail (yay), or else it fails and we have a gradle buildscan link that provides us with a bit more information. Relates to #29880 --- .../elasticsearch/xpack/monitoring/integration/MonitoringIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/monitoring/src/internalClusterTest/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java b/x-pack/plugin/monitoring/src/internalClusterTest/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java index 94f6bd42ebda0..f285adb5859f7 100644 --- a/x-pack/plugin/monitoring/src/internalClusterTest/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java +++ b/x-pack/plugin/monitoring/src/internalClusterTest/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java @@ -180,7 +180,6 @@ 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") public void testMonitoringService() throws Exception { final boolean createAPMIndex = randomBoolean(); final String indexName = createAPMIndex ? "apm-2017.11.06" : "books";