Browse Source

mark RollupIT.testTwoJobsStartStopDeleteOne as AwaitsFix

Vladimir Dolzhenko 7 years ago
parent
commit
6acb591012

+ 1 - 0
x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/RollupIT.java

@@ -221,6 +221,7 @@ public class RollupIT extends ESIntegTestCase {
         Assert.assertThat(getIndexResponse.indices().length, Matchers.greaterThan(0));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30290")
     public void testTwoJobsStartStopDeleteOne() throws Exception {
         MetricConfig metricConfig = new MetricConfig.Builder()
                 .setField("foo")