Skip to content

Commit

Permalink
[ML] Reenable BasicRenormalizationIT.testDefaultRenormalization on Wi…
Browse files Browse the repository at this point in the history
…ndows

This test failed on Windows years ago and wasn't investigated at the
time. Since it's been disabled so long there's no information about
why it failed. This change is to reenable the test on master so that
we can get more information about why it fails.

Relates elastic#44613
  • Loading branch information
droberts195 committed Oct 29, 2021
1 parent 5a41fa4 commit a19baca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
package org.elasticsearch.xpack.ml.integration;

import org.apache.lucene.util.Constants;
import org.elasticsearch.core.TimeValue;
import org.elasticsearch.xpack.core.ml.action.GetRecordsAction;
import org.elasticsearch.xpack.core.ml.job.config.AnalysisConfig;
Expand Down Expand Up @@ -34,7 +33,7 @@ public void tearDownData() {
}

public void testDefaultRenormalization() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/44613", Constants.WINDOWS);

String jobId = "basic-renormalization-it-test-default-renormalization-job";
createAndRunJob(jobId, null);

Expand Down

0 comments on commit a19baca

Please sign in to comment.