Skip to content

Commit 50a0866

Browse files
committed
[ML] Unmute XPackRestIT and mute all ml and transform tests (#121377)
1 parent e4f6af5 commit 50a0866

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

muted-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ tests:
231231
- class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT
232232
method: test {p0=data_stream/140_data_stream_aliases/Create data stream aliases using wildcard expression}
233233
issue: https://github.com/elastic/elasticsearch/issues/120890
234-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
235-
method: test {p0=ml/inference_crud/*}
236-
issue: https://github.com/elastic/elasticsearch/issues/120816
237234
- class: org.elasticsearch.xpack.security.authc.service.ServiceAccountIT
238235
method: testAuthenticateShouldNotFallThroughInCaseOfFailure
239236
issue: https://github.com/elastic/elasticsearch/issues/120902
@@ -333,6 +330,10 @@ tests:
333330
method: testCrossClusterAsyncQueryStop
334331
issue: https://github.com/elastic/elasticsearch/issues/121249
335332
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
333+
method: test {p0=transform/*}
334+
issue: https://github.com/elastic/elasticsearch/issues/120816
335+
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
336+
method: test {p0=ml/*}
336337
issue: https://github.com/elastic/elasticsearch/issues/120816
337338
- class: org.elasticsearch.upgrades.VectorSearchIT
338339
method: testBBQVectorSearch {upgradedNodes=0}

0 commit comments

Comments
 (0)