Skip to content

Commit 1f0421a

Browse files
committed
[ML] Mute failing DetectionRulesIT.testCondition() test
1 parent 2ac7e49 commit 1f0421a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public void cleanUpTest() {
4949
cleanUp();
5050
}
5151

52+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31916")
5253
public void testCondition() throws Exception {
5354
DetectionRule rule = new DetectionRule.Builder(Arrays.asList(
5455
new RuleCondition(RuleCondition.AppliesTo.ACTUAL, Operator.LT, 100.0)

0 commit comments

Comments
 (0)