We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bc12e commit 183d921Copy full SHA for 183d921
x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java
@@ -190,6 +190,7 @@ public void testMonitoringBulk() throws Exception {
190
* This test waits for the monitoring service to collect monitoring documents and then checks that all expected documents
191
* have been indexed with the expected information.
192
*/
193
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29880")
194
public void testMonitoringService() throws Exception {
195
final boolean createAPMIndex = randomBoolean();
196
final String indexName = createAPMIndex ? "apm-2017.11.06" : "books";
0 commit comments