Skip to content

Commit b4f5b70

Browse files
authored
[ML] Reenable BasicRenormalizationIT.testDefaultRenormalization on Windows (#80093)
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 #44613
1 parent e5251bc commit b4f5b70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/BasicRenormalizationIT.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
package org.elasticsearch.xpack.ml.integration;
88

9-
import org.apache.lucene.util.Constants;
109
import org.elasticsearch.core.TimeValue;
1110
import org.elasticsearch.xpack.core.ml.action.GetRecordsAction;
1211
import org.elasticsearch.xpack.core.ml.job.config.AnalysisConfig;
@@ -34,7 +33,7 @@ public void tearDownData() {
3433
}
3534

3635
public void testDefaultRenormalization() throws Exception {
37-
assumeFalse("https://github.com/elastic/elasticsearch/issues/44613", Constants.WINDOWS);
36+
3837
String jobId = "basic-renormalization-it-test-default-renormalization-job";
3938
createAndRunJob(jobId, null);
4039

0 commit comments

Comments
 (0)