AwaitFix FullClusterRestartIT#testRollupIDSchemeAfterRestart.
This commit is contained in:
parent
3dd1677cdc
commit
eaaf37a1f9
|
@ -325,6 +325,7 @@ public class FullClusterRestartIT extends ESRestTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32773")
|
||||
public void testRollupIDSchemeAfterRestart() throws Exception {
|
||||
assumeTrue("Rollup can be tested with 6.3.0 and onwards", oldClusterVersion.onOrAfter(Version.V_6_3_0));
|
||||
assumeTrue("Rollup ID scheme changed in 6.4", oldClusterVersion.before(Version.V_6_4_0));
|
||||
|
|
Loading…
Reference in New Issue