We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1b945 commit 188e8e2Copy full SHA for 188e8e2
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlMigrationIT.java
@@ -92,8 +92,7 @@ private void createTestIndex() throws IOException {
92
"}}}}");
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