mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[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);
|
||||
}
|
||||
|
||||
@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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user