[TEST] Mute MlConfigIndexMappingsFullClusterRestartIT.testMlConfigIndexMappingsAfterMigratio

Due to https://github.com/elastic/elasticsearch/issues/47286
This commit is contained in:
David Roberts 2019-09-30 11:23:04 +01:00
parent 9dc90e41fc
commit a1d3711b52
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ public class MlConfigIndexMappingsFullClusterRestartIT extends AbstractFullClust
XPackRestTestHelper.waitForTemplates(client(), templatesToWaitFor);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47286")
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));
if (isRunningAgainstOldCluster()) {