Skip to content

Commit bc3efbf

Browse files
committed
AwaitFix FullClusterRestartIT#testRollupIDSchemeAfterRestart.
1 parent 087da3d commit bc3efbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ public void testRollupAfterRestart() throws Exception {
344344
}
345345
}
346346

347+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32773")
347348
public void testRollupIDSchemeAfterRestart() throws Exception {
348349
assumeTrue("Rollup can be tested with 6.3.0 and onwards", oldClusterVersion.onOrAfter(Version.V_6_3_0));
349350
assumeTrue("Rollup ID scheme changed in 6.4", oldClusterVersion.before(Version.V_6_4_0));

0 commit comments

Comments
 (0)