瀏覽代碼

Mute DownsampleActionSingleNodeTests.testCannotRollupWhileOtherRollupInProgress (#90198)

See https://github.com/elastic/elasticsearch/issues/90197
Artem Prigoda 3 年之前
父節點
當前提交
fede658585

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

@@ -496,6 +496,7 @@ public class DownsampleActionSingleNodeTests extends ESSingleNodeTestCase {
         assertThat(exception.getMessage(), containsString("no such index [missing-index]"));
         assertThat(exception.getMessage(), containsString("no such index [missing-index]"));
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90197")
     public void testCannotRollupWhileOtherRollupInProgress() throws Exception {
     public void testCannotRollupWhileOtherRollupInProgress() throws Exception {
         DownsampleConfig config = new DownsampleConfig(randomInterval());
         DownsampleConfig config = new DownsampleConfig(randomInterval());
         SourceSupplier sourceSupplier = () -> XContentFactory.jsonBuilder()
         SourceSupplier sourceSupplier = () -> XContentFactory.jsonBuilder()