Skip to content

Commit f345708

Browse files
authored
Mute RollupActionSingleNodeTests#testRollupDatastream (#88891) (#88894)
1 parent 1358105 commit f345708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/v2/RollupActionSingleNodeTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ public void testCannotRollupWhileOtherRollupInProgress() throws Exception {
441441
assertThat(exception.getMessage(), containsString(rollupIndex));
442442
}
443443

444+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88800")
444445
public void testRollupDatastream() throws Exception {
445446
RollupActionConfig config = new RollupActionConfig(randomInterval());
446447
String dataStreamName = createDataStream();

0 commit comments

Comments
 (0)