@@ -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}
@@ -359,17 +360,37 @@ tests:
359360- class : org.elasticsearch.xpack.security.CoreWithSecurityClientYamlTestSuiteIT
360361 method : test {yaml=indices.get_alias/10_basic/Get aliases via /*/_alias/}
361362 issue : https://github.com/elastic/elasticsearch/issues/121290
362- - class : org.elasticsearch.xpack.inference.action.TransportInferenceActionTests
363- method : testRerouting_HandlesTransportException_FromOtherNode
364- issue : https://github.com/elastic/elasticsearch/issues/121292
365- - class : org.elasticsearch.xpack.inference.action.TransportInferenceActionTests
366- method : testRerouting_ToOtherNode
367- issue : https://github.com/elastic/elasticsearch/issues/121293
368363- class : org.elasticsearch.xpack.inference.common.InferenceServiceNodeLocalRateLimitCalculatorTests
369364 issue : https://github.com/elastic/elasticsearch/issues/121294
370365- class : org.elasticsearch.env.NodeEnvironmentTests
371366 method : testGetBestDowngradeVersion
372367 issue : https://github.com/elastic/elasticsearch/issues/121316
368+ - class : org.elasticsearch.index.engine.ShuffleForcedMergePolicyTests
369+ method : testDiagnostics
370+ issue : https://github.com/elastic/elasticsearch/issues/121336
371+ - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
372+ method : test {yaml=reference/rest-api/security/invalidate-tokens/line_194}
373+ issue : https://github.com/elastic/elasticsearch/issues/121337
374+ - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
375+ method : test {yaml=reference/rest-api/common-options/line_125}
376+ issue : https://github.com/elastic/elasticsearch/issues/121338
377+ - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
378+ method : test {yaml=reference/snapshot-restore/apis/get-snapshot-api/line_751}
379+ issue : https://github.com/elastic/elasticsearch/issues/121345
380+ - class : org.elasticsearch.xpack.security.profile.ProfileIntegTests
381+ method : testHasPrivileges
382+ issue : https://github.com/elastic/elasticsearch/issues/121346
383+ - class : org.elasticsearch.xpack.security.profile.ProfileIntegTests
384+ method : testActivateProfile
385+ issue : https://github.com/elastic/elasticsearch/issues/121151
386+ - class : org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
387+ method : test {yaml=search.vectors/42_knn_search_int4_flat/Vector similarity with filter only}
388+ issue : https://github.com/elastic/elasticsearch/issues/121350
389+ - class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
390+ method : test {p0=search.vectors/42_knn_search_int4_flat/KNN Vector similarity search only}
391+ issue : https://github.com/elastic/elasticsearch/issues/121395
392+ - class : org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
393+ issue : https://github.com/elastic/elasticsearch/issues/121407
373394
374395# Examples:
375396#
0 commit comments