Skip to content

Commit 50426a6

Browse files
committed
Reenable MonitoringIT#testMonitoringService.
When discussing this test, it made little sense that testMonitoringService would fail but not testMonitoringBulk given their similarity. So we argeed to enable it again. Relates #29880
1 parent 9b36f84 commit 50426a6

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public void testMonitoringBulk() throws Exception {
187187
* This test waits for the monitoring service to collect monitoring documents and then checks that all expected documents
188188
* have been indexed with the expected information.
189189
*/
190-
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4150")
191190
@SuppressWarnings("unchecked")
192191
public void testMonitoringService() throws Exception {
193192
final boolean createAPMIndex = randomBoolean();

0 commit comments

Comments
 (0)