Skip to content

Commit

Permalink
Mute DownsampleActionSingleNodeTests.testCannotRollupWhileOtherRollup…
Browse files Browse the repository at this point in the history
…InProgress (#90198)

See #90197
  • Loading branch information
arteam committed Sep 21, 2022
1 parent 7ca7a75 commit fede658
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ public void testCannotRollupMissingIndex() {
assertThat(exception.getMessage(), containsString("no such index [missing-index]"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90197")
public void testCannotRollupWhileOtherRollupInProgress() throws Exception {
DownsampleConfig config = new DownsampleConfig(randomInterval());
SourceSupplier sourceSupplier = () -> XContentFactory.jsonBuilder()
Expand Down

0 comments on commit fede658

Please sign in to comment.