Skip to content

Commit

Permalink
Mute failing ForecastIT test on windows
Browse files Browse the repository at this point in the history
Tracking in elastic#44609
  • Loading branch information
alpar-t committed Jul 19, 2019
1 parent 56578f3 commit 10cab4f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.ml.integration;

import org.apache.lucene.util.Constants;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.ElasticsearchStatusException;
import org.elasticsearch.action.support.master.AcknowledgedResponse;
Expand Down Expand Up @@ -211,6 +212,7 @@ public void testMemoryStatus() throws Exception {
}

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

Expand Down

0 comments on commit 10cab4f

Please sign in to comment.