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 0e6cc6f commit d2531f1Copy full SHA for d2531f1
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlMigrationIT.java
@@ -93,7 +93,8 @@ private void createTestIndex() throws IOException {
93
"}}}}");
94
client().performRequest(createTestIndex);
95
}
96
-
+
97
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44621")
98
public void testConfigMigration() throws Exception {
99
if (UPGRADED_FROM_VERSION.onOrAfter(Version.V_6_6_0)) {
100
// We are testing migration of ml config defined in the clusterstate
0 commit comments