Skip to content

Commit 5bb6a3a

Browse files
authored
[ML] Unmute XPackRestIT and mute all ml and transform tests(elastic#121762)
Manual backport of elastic#121377
1 parent f93524d commit 5bb6a3a

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
@@ -217,9 +217,6 @@ tests:
217217
issue: https://github.com/elastic/elasticsearch/issues/120810
218218
- class: org.elasticsearch.indices.mapping.UpdateMappingIntegrationIT
219219
issue: https://github.com/elastic/elasticsearch/issues/116126
220-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
221-
method: test {p0=ml/inference_crud/*}
222-
issue: https://github.com/elastic/elasticsearch/issues/120816
223220
- class: org.elasticsearch.xpack.security.authc.service.ServiceAccountIT
224221
method: testAuthenticateShouldNotFallThroughInCaseOfFailure
225222
issue: https://github.com/elastic/elasticsearch/issues/120902
@@ -292,6 +289,10 @@ tests:
292289
method: testCrossClusterAsyncQueryStop
293290
issue: https://github.com/elastic/elasticsearch/issues/121249
294291
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
292+
method: test {p0=transform/*}
293+
issue: https://github.com/elastic/elasticsearch/issues/120816
294+
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
295+
method: test {p0=ml/*}
295296
issue: https://github.com/elastic/elasticsearch/issues/120816
296297
- class: org.elasticsearch.upgrades.VectorSearchIT
297298
method: testBBQVectorSearch {upgradedNodes=0}

0 commit comments

Comments
 (0)