Skip to content

Commit 2e84950

Browse files
authored
[ML] Unmute XPackRestIT and mute all ml and transform tests (#121377)
1 parent f6ca4e1 commit 2e84950

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
@@ -330,6 +327,10 @@ tests:
330327
method: testCrossClusterAsyncQueryStop
331328
issue: https://github.com/elastic/elasticsearch/issues/121249
332329
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
330+
method: test {p0=transform/*}
331+
issue: https://github.com/elastic/elasticsearch/issues/120816
332+
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
333+
method: test {p0=ml/*}
333334
issue: https://github.com/elastic/elasticsearch/issues/120816
334335
- class: org.elasticsearch.upgrades.VectorSearchIT
335336
method: testBBQVectorSearch {upgradedNodes=0}

0 commit comments

Comments
 (0)