Skip to content

Commit 188e8e2

Browse files
committed
[ML][CI] Unmute MlMigrationIT.testConfigMigration
Resolved by #36810
1 parent ca1b945 commit 188e8e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ private void createTestIndex() throws IOException {
9292
"}}}}");
9393
client().performRequest(createTestIndex);
9494
}
95-
96-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36935")
95+
9796
public void testConfigMigration() throws Exception {
9897
if (UPGRADED_FROM_VERSION.onOrAfter(Version.V_6_6_0)) {
9998
// We are testing migration of ml config defined in the clusterstate

0 commit comments

Comments
 (0)