mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
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…
x
Reference in New Issue
Block a user