We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348524e commit ec2c178Copy full SHA for ec2c178
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlMigrationIT.java
@@ -93,6 +93,7 @@ private void createTestIndex() throws IOException {
93
client().performRequest(createTestIndex);
94
}
95
96
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36935")
97
public void testConfigMigration() throws Exception {
98
if (UPGRADED_FROM_VERSION.onOrAfter(Version.V_6_6_0)) {
99
// We are testing migration of ml config defined in the clusterstate
0 commit comments