Mute RegressionIT.testTwoJobsWithSameRandomizeSeedUseSameTrainingSet

This commit is contained in:
James Baiera 2020-03-05 15:28:41 -05:00 committed by Mark Vieira
parent 85d7112e78
commit 01f00df5cd
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53188")
public void testTwoJobsWithSameRandomizeSeedUseSameTrainingSet() throws Exception {
String sourceIndex = "regression_two_jobs_with_same_randomize_seed_source";
indexData(sourceIndex, 100, 0);