[TEST] Mute MlConfigIndexMappingsFullClusterRestartIT.testMlConfigIndexMappingsAfterMigratio
Due to https://github.com/elastic/elasticsearch/issues/47286
This commit is contained in:
parent
9dc90e41fc
commit
a1d3711b52
|
@ -80,6 +80,7 @@ public class MlConfigIndexMappingsFullClusterRestartIT extends AbstractFullClust
|
||||||
XPackRestTestHelper.waitForTemplates(client(), templatesToWaitFor);
|
XPackRestTestHelper.waitForTemplates(client(), templatesToWaitFor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47286")
|
||||||
public void testMlConfigIndexMappingsAfterMigration() throws Exception {
|
public void testMlConfigIndexMappingsAfterMigration() throws Exception {
|
||||||
assumeTrue("This test only makes sense in version 6.6.0 and above", getOldClusterVersion().onOrAfter(Version.V_6_6_0));
|
assumeTrue("This test only makes sense in version 6.6.0 and above", getOldClusterVersion().onOrAfter(Version.V_6_6_0));
|
||||||
if (isRunningAgainstOldCluster()) {
|
if (isRunningAgainstOldCluster()) {
|
||||||
|
|
Loading…
Reference in New Issue