From 6acb5910128dfebe85cdced8b1eb661acedd307a Mon Sep 17 00:00:00 2001 From: Vladimir Dolzhenko Date: Thu, 5 Jul 2018 10:03:10 +0200 Subject: [PATCH] mark RollupIT.testTwoJobsStartStopDeleteOne as AwaitsFix --- .../src/test/java/org/elasticsearch/xpack/rollup/RollupIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/RollupIT.java b/x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/RollupIT.java index 3f930cb4298..157cd6a5b9d 100644 --- a/x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/RollupIT.java +++ b/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")