Skip to content

Commit

Permalink
Mute MonitoringIT.testMonitoringService
Browse files Browse the repository at this point in the history
Due to #29880
  • Loading branch information
droberts195 committed Nov 19, 2018
1 parent 8f746d4 commit 33e46ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 33e46ab

Please sign in to comment.