Skip to content

Commit d2531f1

Browse files
author
Andrey Ershov
committed
Mute MlMigrationIT#testConfigMigration (see #44621)
1 parent 0e6cc6f commit d2531f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlMigrationIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ private void createTestIndex() throws IOException {
9393
"}}}}");
9494
client().performRequest(createTestIndex);
9595
}
96-
96+
97+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44621")
9798
public void testConfigMigration() throws Exception {
9899
if (UPGRADED_FROM_VERSION.onOrAfter(Version.V_6_6_0)) {
99100
// We are testing migration of ml config defined in the clusterstate

0 commit comments

Comments
 (0)