@@ -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,38 @@ 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
368- - class : org.elasticsearch.xpack.inference.common.InferenceServiceNodeLocalRateLimitCalculatorTests
369- issue : https://github.com/elastic/elasticsearch/issues/121294
370363- class : org.elasticsearch.env.NodeEnvironmentTests
371364 method : testGetBestDowngradeVersion
372365 issue : https://github.com/elastic/elasticsearch/issues/121316
366+ - class : org.elasticsearch.index.engine.ShuffleForcedMergePolicyTests
367+ method : testDiagnostics
368+ issue : https://github.com/elastic/elasticsearch/issues/121336
369+ - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
370+ method : test {yaml=reference/rest-api/security/invalidate-tokens/line_194}
371+ issue : https://github.com/elastic/elasticsearch/issues/121337
372+ - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
373+ method : test {yaml=reference/rest-api/common-options/line_125}
374+ issue : https://github.com/elastic/elasticsearch/issues/121338
375+ - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
376+ method : test {yaml=reference/snapshot-restore/apis/get-snapshot-api/line_751}
377+ issue : https://github.com/elastic/elasticsearch/issues/121345
378+ - class : org.elasticsearch.xpack.security.profile.ProfileIntegTests
379+ method : testHasPrivileges
380+ issue : https://github.com/elastic/elasticsearch/issues/121346
381+ - class : org.elasticsearch.xpack.security.profile.ProfileIntegTests
382+ method : testActivateProfile
383+ issue : https://github.com/elastic/elasticsearch/issues/121151
384+ - class : org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
385+ method : test {yaml=search.vectors/42_knn_search_int4_flat/Vector similarity with filter only}
386+ issue : https://github.com/elastic/elasticsearch/issues/121350
387+ - class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
388+ method : test {p0=search.vectors/42_knn_search_int4_flat/KNN Vector similarity search only}
389+ issue : https://github.com/elastic/elasticsearch/issues/121395
390+ - class : org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
391+ issue : https://github.com/elastic/elasticsearch/issues/121407
392+ - class : org.elasticsearch.xpack.ml.integration.ClassificationIT
393+ method : testDependentVariableIsAliasToNested
394+ issue : https://github.com/elastic/elasticsearch/issues/121415
373395
374396# Examples:
375397#
0 commit comments