Skip to content

Commit 9e8acef

Browse files
committed
Mute failing ForecastIT test on windows
Tracking in elastic#44609
1 parent e68d273 commit 9e8acef

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

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

8+
import org.apache.lucene.util.Constants;
89
import org.elasticsearch.ElasticsearchException;
910
import org.elasticsearch.ElasticsearchStatusException;
1011
import org.elasticsearch.action.support.master.AcknowledgedResponse;
@@ -211,6 +212,7 @@ public void testMemoryStatus() throws Exception {
211212
}
212213

213214
public void testOverflowToDisk() throws Exception {
215+
assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS);
214216
Detector.Builder detector = new Detector.Builder("mean", "value");
215217
detector.setByFieldName("clientIP");
216218

0 commit comments

Comments
 (0)