Skip to content

Commit a80ace5

Browse files
valeriy42alexey-ivanov-es
authored andcommitted
[ML] Unmuting ForecastIT » testOverflowToDisk for Windows (elastic#114807)
Running the test on Jenkins caused flakiness in Windows. See elastic#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 elastic#44609.
1 parent 2004b1f commit a80ace5

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)