Mute FullClusterRestartIT#testRollupIDSchemeAfterRestart as we await a fix.

This commit is contained in:
Julie Tibshirani 2018-12-05 17:05:28 -08:00
parent 54f39d9852
commit 331026b597
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36291")
public void testRollupIDSchemeAfterRestart() throws Exception {
assumeTrue("Rollup can be tested with 6.3.0 and onwards", getOldClusterVersion().onOrAfter(Version.V_6_3_0));
assumeTrue("Rollup ID scheme changed in 6.4", getOldClusterVersion().before(Version.V_6_4_0));