diff -u b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php --- b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php @@ -21,7 +21,7 @@ */ protected function setUp(): void { parent::setUp(); - $this->executeMigration('system_maintenance'); + $this->executeMigration('system_site'); $this->executeMigration('d6_system_site_translation'); } diff -u b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php --- b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php @@ -27,7 +27,7 @@ parent::setUp(); $this->installSchema('locale', ['locales_source', 'locales_target', 'locales_location']); - $this->executeMigration('system_maintenance'); + $this->executeMigrations(['d6_user_mail', 'd6_user_settings']); $this->executeMigrations(['d6_user_mail_translation', 'd6_user_settings_translation']); } diff -u b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php --- b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php @@ -33,7 +33,7 @@ 'locales_target', 'locales_location', ]); - $this->executeMigration('system_maintenance'); + $this->executeMigrations(['d6_user_mail', 'd6_user_settings']); $this->executeMigrations([ 'd7_user_mail_translation', 'd7_user_settings_translation',