Mute MlConfigMigratorIT.testMigrateConfigs (#37374)
This commit is contained in:
parent
70cee18e56
commit
827ece73c8
|
@ -120,6 +120,7 @@ public class MlConfigMigratorIT extends MlSingleNodeTestCase {
|
||||||
assertNull(alreadyMigratedJob.getCustomSettings());
|
assertNull(alreadyMigratedJob.getCustomSettings());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37374")
|
||||||
public void testMigrateConfigs() throws InterruptedException, IOException {
|
public void testMigrateConfigs() throws InterruptedException, IOException {
|
||||||
// and jobs and datafeeds clusterstate
|
// and jobs and datafeeds clusterstate
|
||||||
MlMetadata.Builder mlMetadata = new MlMetadata.Builder();
|
MlMetadata.Builder mlMetadata = new MlMetadata.Builder();
|
||||||
|
|
Loading…
Reference in New Issue