[ML] Mute failing DetectionRulesIT.testCondition() test

This commit is contained in:
David Kyle 2018-07-10 11:47:47 +01:00
parent 2ac7e49924
commit 1f0421aa69

View File

@ -49,6 +49,7 @@ public class DetectionRulesIT extends MlNativeAutodetectIntegTestCase {
cleanUp();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31916")
public void testCondition() throws Exception {
DetectionRule rule = new DetectionRule.Builder(Arrays.asList(
new RuleCondition(RuleCondition.AppliesTo.ACTUAL, Operator.LT, 100.0)