Skip to content

Commit

Permalink
Mute MonitoringIT.testMonitoringService (elastic#39295)
Browse files Browse the repository at this point in the history
Relates to elastic#29880

This test seems only to fail in master.
  • Loading branch information
romseygeek authored and weizijun committed Feb 22, 2019
1 parent f28eca3 commit 96631a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,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")
public void testMonitoringService() throws Exception {
final boolean createAPMIndex = randomBoolean();
final String indexName = createAPMIndex ? "apm-2017.11.06" : "books";
Expand Down

0 comments on commit 96631a0

Please sign in to comment.