@@ -512,22 +512,24 @@ tests:
512512- class : org.elasticsearch.xpack.test.rest.XPackRestIT
513513 method : test {p0=transform/transforms_crud/Test transform where source query is invalid}
514514 issue : https://github.com/elastic/elasticsearch/issues/132111
515- - class : org.elasticsearch.upgrades.RunningSnapshotIT
516- method : testRunningSnapshotCompleteAfterUpgrade {upgradedNodes=1}
517- issue : https://github.com/elastic/elasticsearch/issues/132135
518- - class : org.elasticsearch.upgrades.RunningSnapshotIT
519- method : testRunningSnapshotCompleteAfterUpgrade {upgradedNodes=2}
520- issue : https://github.com/elastic/elasticsearch/issues/132136
521- - class : org.elasticsearch.upgrades.RunningSnapshotIT
522- method : testRunningSnapshotCompleteAfterUpgrade {upgradedNodes=3}
523- issue : https://github.com/elastic/elasticsearch/issues/132137
524515- class : org.elasticsearch.index.engine.MergeWithLowDiskSpaceIT
525516 method : testRelocationWhileForceMerging
526517 issue : https://github.com/elastic/elasticsearch/issues/131789
527518- class : org.elasticsearch.indices.cluster.FieldCapsForceConnectTimeoutIT
528519 method : testTimeoutSetting
529520 issue : https://github.com/elastic/elasticsearch/issues/132179
530-
521+ - class : org.elasticsearch.xpack.security.authz.store.CompositeRolesStoreTests
522+ method : testCacheCleanupOnProjectDeletion
523+ issue : https://github.com/elastic/elasticsearch/issues/132218
524+ - class : org.elasticsearch.test.rest.yaml.MDPYamlTestSuiteIT
525+ method : test {yaml=mdp/10_basic/Index using shared data path}
526+ issue : https://github.com/elastic/elasticsearch/issues/132223
527+ - class : org.elasticsearch.xpack.logsdb.qa.StandardVersusStandardReindexedIntoLogsDbChallengeRestIT
528+ method : testTermsQuery
529+ issue : https://github.com/elastic/elasticsearch/issues/132225
530+ - class : org.elasticsearch.xpack.logsdb.qa.StoredSourceLogsDbVersusReindexedLogsDbChallengeRestIT
531+ method : testTermsQuery
532+ issue : https://github.com/elastic/elasticsearch/issues/132226
531533# Examples:
532534#
533535# Mute a single test case in a YAML test suite:
0 commit comments