Mute RegressionIT.testTwoJobsWithSameRandomizeSeedUseSameTrainingSet (#62763)
This commit is contained in:
parent
31fbc6800f
commit
0be89bcd7f
|
@ -325,6 +325,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
||||||
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55807")
|
||||||
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