Skip to content

Commit 290361c

Browse files
authored
Mute MlConfigIndexMappingsFullClusterRestartIT.testMlConfigIndexMappingsAfterMigration (#55389)
Relates #54415
1 parent f87a3f0 commit 290361c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/MlConfigIndexMappingsFullClusterRestartIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public void waitForMlTemplates() throws Exception {
6363
}
6464
}
6565

66+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54415")
6667
public void testMlConfigIndexMappingsAfterMigration() throws Exception {
6768
assumeTrue("This test only makes sense in version 6.6.0 and above", getOldClusterVersion().onOrAfter(Version.V_6_6_0));
6869
if (isRunningAgainstOldCluster()) {

0 commit comments

Comments
 (0)