Skip to content

Commit

Permalink
Re-enable MonitoringIT.testMonitoringService
Browse files Browse the repository at this point in the history
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 elastic#29880
  • Loading branch information
dakrone committed Mar 3, 2021
1 parent 10e2f90 commit e4a0c00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e4a0c00

Please sign in to comment.