Skip to content

Commit ec2c178

Browse files
committed
[TEST] Mark testConfigMigration in MlMigrationIT with awaitsfix
1 parent 348524e commit ec2c178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ private void createTestIndex() throws IOException {
9393
client().performRequest(createTestIndex);
9494
}
9595

96+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36935")
9697
public void testConfigMigration() throws Exception {
9798
if (UPGRADED_FROM_VERSION.onOrAfter(Version.V_6_6_0)) {
9899
// We are testing migration of ml config defined in the clusterstate

0 commit comments

Comments
 (0)