diff --git a/browsertest-convert.php b/browsertest-convert.php index ffbd17c..1798872 100644 --- a/browsertest-convert.php +++ b/browsertest-convert.php @@ -86,6 +86,15 @@ 'ImageFieldDefaultImagesTest', 'NodeEntityViewModeAlterTest', 'SummaryLengthTest', + // https://www.drupal.org/node/2795041 + 'DisplayBlockTest', + 'ConfigTranslationUiTest', + 'ContextualDynamicContextTest', + 'EditorSecurityTest', + 'QuickEditAutocompleteTermTest', + 'QuickEditLoadingTest', + 'DisplayTest', + // Exclude update tests, they are their own beast. 'Update', // Exclude views, as their test base needs adaption. diff --git a/core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php b/core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php similarity index 98% rename from core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php rename to core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php index 9eb5cac..0324e3b 100644 --- a/core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php +++ b/core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php @@ -1,6 +1,6 @@