Mute RegressionIT.testTwoJobsWithSameRandomizeSeedUseSameTrainingSet (#62763)

This commit is contained in:
Andrei Dan 2020-09-22 13:43:15 +01:00 committed by GitHub
parent 31fbc6800f
commit 0be89bcd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);