diff -u b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php --- b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php @@ -157,17 +157,7 @@ * {@inheritdoc} */ protected function getMissingPaths() { - return [ - 'book', - 'color', - 'contextual', - 'date_api', - 'entity', - 'field_ui', - 'help', - 'php', - 'rdf', - ]; + return []; } /**