.../tests/config_test/config/install/config_test.validation.yml | 2 -- core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/core/modules/config/tests/config_test/config/install/config_test.validation.yml b/core/modules/config/tests/config_test/config/install/config_test.validation.yml index f69841d325..f86f480297 100644 --- a/core/modules/config/tests/config_test/config/install/config_test.validation.yml +++ b/core/modules/config/tests/config_test/config/install/config_test.validation.yml @@ -6,6 +6,4 @@ giraffe: hum1: hum1 hum2: hum2 uuid: '7C30C50E-641A-4E34-A7F1-46BCFB9BE5A3' -# Required because inherited from `type: config_object`. -# @see core/config/schema/core.data_types.schema.yml langcode: en diff --git a/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php b/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php index 78b073f5b3..e733abd72d 100644 --- a/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php @@ -57,9 +57,9 @@ abstract class UpdatePathTestBase extends BrowserTestBase { protected static $configSchemaCheckerExclusions = [ // These are excluded from config schema checks during update path tests // because the fixtures were created from a Drupal version that contained - // config schema violations in its default configuration. They were fixed in - // https://www.drupal.org/project/drupal/issues/3361534. - // @todo Remove this in Drupal 11. + // config schema violations in its default configuration. + // @todo Remove this in Drupal 11, in https://www.drupal.org/project/drupal/issues/3362709. + 'media.settings', 'system.theme.global', 'update.settings', ];