Skip to content

Commit

Permalink
Muting DownsampleActionIT testDownsampleTwice (elastic#101946)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldematte committed Nov 9, 2023
1 parent 1efb62b commit 3a09c64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ public void testRollupNonTSIndex() throws Exception {
assertTrue("Source index should not have been deleted", indexExists(index));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101428")
public void testDownsampleTwice() throws Exception {
// Create the ILM policy
Request request = new Request("PUT", "_ilm/policy/" + policy);
Expand Down

0 comments on commit 3a09c64

Please sign in to comment.