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