Mute RegressionIT.testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
This commit is contained in:
parent
85d7112e78
commit
01f00df5cd
|
@ -270,6 +270,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
||||||
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53188")
|
||||||
public void testTwoJobsWithSameRandomizeSeedUseSameTrainingSet() throws Exception {
|
public void testTwoJobsWithSameRandomizeSeedUseSameTrainingSet() throws Exception {
|
||||||
String sourceIndex = "regression_two_jobs_with_same_randomize_seed_source";
|
String sourceIndex = "regression_two_jobs_with_same_randomize_seed_source";
|
||||||
indexData(sourceIndex, 100, 0);
|
indexData(sourceIndex, 100, 0);
|
||||||
|
|
Loading…
Reference in New Issue