Skip to content

Commit 66dd432

Browse files
authored
[ML] Unmuting ForecastIT » testOverflowToDisk for Windows (#114807)
Running the test on Jenkins caused flakiness in Windows. See #44609. Since we moved to Buildkite I am unmuting this test, assuming that Buildkite is not creating such deep directory structures as Jenkins (see this comment). We will mute this test again, if this assumption turns out to be wrong. Closes #44609.
1 parent fd6e885 commit 66dd432

File tree

1 file changed

+0
-3
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration

1 file changed

+0
-3
lines changed

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

-3
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.ElasticsearchException;
1110
import org.elasticsearch.ElasticsearchStatusException;
1211
import org.elasticsearch.action.support.master.AcknowledgedResponse;
@@ -222,8 +221,6 @@ public void testMemoryStatus() {
222221
}
223222

224223
public void testOverflowToDisk() throws Exception {
225-
assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS);
226-
227224
Detector.Builder detector = new Detector.Builder("mean", "value");
228225
detector.setByFieldName("clientIP");
229226

0 commit comments

Comments
 (0)