mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[ML] Mute failing DetectionRulesIT.testCondition() test
This commit is contained in:
parent
2ac7e49924
commit
1f0421aa69
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user