Skip to content

Commit

Permalink
mute BasicRenormalizationIT.testDefaultRenormalization
Browse files Browse the repository at this point in the history
tracked in elastic#44613
  • Loading branch information
alpar-t committed Jul 19, 2019
1 parent b1be1d4 commit 40e284c
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.common.unit.TimeValue;
import org.elasticsearch.xpack.core.ml.action.GetRecordsAction;
import org.elasticsearch.xpack.core.ml.job.config.AnalysisConfig;
Expand Down Expand Up @@ -32,6 +33,7 @@ public void tearDownData() {
}

public void testDefaultRenormalization() throws Exception {
assertFalse("https://github.com/elastic/elasticsearch/issues/44613", Constants.WINDOWS);
String jobId = "basic-renormalization-it-test-default-renormalization-job";
createAndRunJob(jobId, null);

Expand Down

0 comments on commit 40e284c

Please sign in to comment.