Skip to content

Commit

Permalink
Mute MlConfigIndexMappingsFullClusterRestartIT.testMlConfigIndexMappi…
Browse files Browse the repository at this point in the history
…ngsAfterMigration (#55389)

Relates #54415
  • Loading branch information
tlrx authored Apr 17, 2020
1 parent f87a3f0 commit 290361c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void waitForMlTemplates() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54415")
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()) {
Expand Down

0 comments on commit 290361c

Please sign in to comment.