Skip to content

Commit 12d917d

Browse files
authored
[ML] Unmute XPackRestIT and mute all ml and transform tests (elastic#121764)
1 parent 94e647c commit 12d917d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

muted-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,12 @@ tests:
525525
- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
526526
method: test {yaml=reference/rest-api/common-options/line_102}
527527
issue: https://github.com/elastic/elasticsearch/issues/121748
528+
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
529+
method: test {p0=transform/*}
530+
issue: https://github.com/elastic/elasticsearch/issues/120816
531+
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
532+
method: test {p0=ml/*}
533+
issue: https://github.com/elastic/elasticsearch/issues/120816
528534
- class: org.elasticsearch.xpack.ml.integration.ClassificationIT
529535
method: testDependentVariableIsNested
530536
issue: https://github.com/elastic/elasticsearch/issues/121458

0 commit comments

Comments
 (0)