From a19baca4d4272478c3f4b764b86b155508e1eca0 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Fri, 29 Oct 2021 16:14:05 +0100 Subject: [PATCH] [ML] Reenable BasicRenormalizationIT.testDefaultRenormalization on Windows 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 --- .../xpack/ml/integration/BasicRenormalizationIT.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/BasicRenormalizationIT.java b/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/BasicRenormalizationIT.java index 50419addbb24..525fb02011a0 100644 --- a/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/BasicRenormalizationIT.java +++ b/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/BasicRenormalizationIT.java @@ -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; @@ -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);