Skip to content

Commit

Permalink
Mute RegressionIT.testTwoJobsWithSameRandomizeSeedUseSameTrainingSet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed May 5, 2020
1 parent be5f407 commit d8b9d98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public void testStopAndRestart() throws Exception {
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);
Expand Down

0 comments on commit d8b9d98

Please sign in to comment.