mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mute FullClusterRestartIT#testRollupIDSchemeAfterRestart as we await a fix.
This commit is contained in:
parent
54f39d9852
commit
331026b597
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user