Skip to content

Commit e657402

Browse files
jpountzjimczi
authored andcommitted
AwaitFix FullClusterRestartIT#testRollupIDSchemeAfterRestart.
1 parent 65a1888 commit e657402

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
@@ -325,6 +325,7 @@ public void testRollupAfterRestart() throws Exception {
325325
}
326326
}
327327

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

0 commit comments

Comments
 (0)