diff --git a/core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php b/core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php index 65e9288c449..a057baef5a0 100644 --- a/core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php +++ b/core/modules/image/tests/src/Kernel/ImageStyleValidationTest.php @@ -9,6 +9,7 @@ use Drupal\KernelTests\Core\Config\ConfigEntityValidationTestBase; * Tests validation of image_style entities. * * @group image + * @group #slow */ class ImageStyleValidationTest extends ConfigEntityValidationTestBase { diff --git a/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php b/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php index 8460f56f297..41f32c9bf37 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php @@ -30,6 +30,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** * @coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer * @group jsonapi + * @group #slow * * @internal */ diff --git a/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php b/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php index 3278da4bfaa..f27dbed3159 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @@ -21,6 +21,7 @@ use Drupal\user\Entity\User; /** * @coversDefaultClass \Drupal\jsonapi\Normalizer\RelationshipNormalizer * @group jsonapi + * @group #slow * * @internal */ diff --git a/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php b/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php index ba58646bdf2..b271cb68755 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @@ -17,6 +17,7 @@ use Prophecy\Argument; * @coversDefaultClass \Drupal\jsonapi\Query\Filter * @group jsonapi * @group jsonapi_query + * @group #slow * * @internal */ diff --git a/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php b/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php index 06ea44e470a..e9820e1a08f 100644 --- a/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @@ -10,6 +10,7 @@ use Drupal\Tests\jsonapi\Kernel\JsonapiKernelTestBase; /** * @coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository * @group jsonapi + * @group #slow * * @internal */ diff --git a/core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php b/core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php index 42e833001ef..9b7dc6e3718 100644 --- a/core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php @@ -12,6 +12,7 @@ use Drupal\Tests\jsonapi\Functional\ConfigEntityResourceTestBase; * Checks that all core content/config entity types have JSON:API test coverage. * * @group jsonapi + * @group #slow */ class TestCoverageTest extends KernelTestBase { diff --git a/core/modules/language/tests/src/Kernel/ConfigurableLanguageValidationTest.php b/core/modules/language/tests/src/Kernel/ConfigurableLanguageValidationTest.php index 7c95b3163cd..87c8a877691 100644 --- a/core/modules/language/tests/src/Kernel/ConfigurableLanguageValidationTest.php +++ b/core/modules/language/tests/src/Kernel/ConfigurableLanguageValidationTest.php @@ -9,6 +9,7 @@ use Drupal\language\Entity\ConfigurableLanguage; * Tests validation of configurable_language entities. * * @group language + * @group #slow */ class ConfigurableLanguageValidationTest extends ConfigEntityValidationTestBase { diff --git a/core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php b/core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php index 70b9df20f13..864d0df00d1 100644 --- a/core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @@ -18,6 +18,7 @@ use Drupal\layout_builder\SectionStorage\SectionStorageDefinition; * @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage * * @group layout_builder + * @group #slow */ class DefaultsSectionStorageTest extends KernelTestBase { diff --git a/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php b/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php index 740b531cc47..f03d601e9c4 100644 --- a/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php @@ -10,6 +10,7 @@ use Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay; * Tests validation of Layout Builder's entity_view_display entities. * * @group layout_builder + * @group #slow */ class LayoutBuilderEntityViewDisplayValidationTest extends ConfigEntityValidationTestBase { diff --git a/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php b/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php index df528c00628..1b9c74e59f1 100644 --- a/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php @@ -22,6 +22,7 @@ use Prophecy\Argument; * @coversDefaultClass \Drupal\layout_builder\LayoutEntityHelperTrait * * @group layout_builder + * @group #slow */ class LayoutEntityHelperTraitTest extends KernelTestBase { diff --git a/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php b/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php index ac25dc07964..b91038dc95d 100644 --- a/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @@ -13,6 +13,7 @@ use Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage; * @coversDefaultClass \Drupal\layout_builder\Field\LayoutSectionItemList * * @group layout_builder + * @group #slow */ class LayoutSectionItemListTest extends SectionListTestBase { diff --git a/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php b/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php index 723947c5a22..94e247cbe19 100644 --- a/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @@ -10,6 +10,7 @@ use Drupal\layout_builder\SectionListTrait; * @coversDefaultClass \Drupal\layout_builder\SectionListTrait * * @group layout_builder + * @group #slow */ class SectionListTraitTest extends SectionListTestBase { diff --git a/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php b/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php index 6d4c46488da..65f18760db7 100644 --- a/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php @@ -14,6 +14,7 @@ use Drupal\layout_builder_test\Plugin\SectionStorage\SimpleConfigSectionStorage; * @coversDefaultClass \Drupal\layout_builder_test\Plugin\SectionStorage\SimpleConfigSectionStorage * * @group layout_builder + * @group #slow */ class SimpleConfigSectionListTest extends SectionListTestBase { diff --git a/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php b/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php index d1ce730508d..1e76337a638 100644 --- a/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php +++ b/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php @@ -9,6 +9,7 @@ use Drupal\KernelTests\KernelTestBase; * Tests Layout functionality. * * @group Layout + * @group #slow */ class LayoutTest extends KernelTestBase { diff --git a/core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php b/core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php index e36eb7471b7..199b2136a49 100644 --- a/core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php @@ -9,6 +9,7 @@ use Drupal\views\Entity\View; * Tests validation of view entities. * * @group views + * @group #slow */ class ViewValidationTest extends ConfigEntityValidationTestBase { diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php index 45c98c3d8f6..6e630d04338 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php @@ -12,6 +12,7 @@ use Drupal\views\Views; * Tests the generic field handler. * * @group views + * @group #slow * @see \Drupal\views\Plugin\views\field\FieldPluginBase */ class FieldKernelTest extends ViewsKernelTestBase { diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php index 7acdd8f897a..ea079c488aa 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php @@ -9,6 +9,7 @@ use Drupal\views\Views; * Tests the combine filter handler. * * @group views + * @group #slow * * @coversDefaultClass \Drupal\views\Plugin\views\filter\Combine */ diff --git a/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php b/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php index 36495b734e6..fd0812c7bab 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php @@ -13,6 +13,7 @@ use Drupal\views_test_data\Plugin\views\filter\FilterTest as FilterPlugin; * Tests pluggable caching for views. * * @group views + * @group #slow * @see views_plugin_cache */ class CacheTest extends ViewsKernelTestBase { diff --git a/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php b/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php index 0d211436a99..c46bb7ae1c3 100644 --- a/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php +++ b/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php @@ -14,6 +14,7 @@ use Drupal\views\Entity\View; * Tests the general integration between views and the render cache. * * @group views + * @group #slow */ class RenderCacheIntegrationTest extends ViewsKernelTestBase { diff --git a/core/modules/views_ui/tests/src/Kernel/TagTest.php b/core/modules/views_ui/tests/src/Kernel/TagTest.php index cc85799e46c..3707d21c478 100644 --- a/core/modules/views_ui/tests/src/Kernel/TagTest.php +++ b/core/modules/views_ui/tests/src/Kernel/TagTest.php @@ -11,6 +11,7 @@ use Drupal\views\Entity\View; * Tests the views ui tagging functionality. * * @group views_ui + * @group #slow */ class TagTest extends ViewsKernelTestBase { diff --git a/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php b/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php index b0d1c4d90f3..87d111cd5bc 100644 --- a/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php +++ b/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php @@ -11,6 +11,7 @@ use Drupal\workspaces\Entity\Workspace; * Tests access on workspaces. * * @group workspaces + * @group #slow */ class WorkspaceAccessTest extends KernelTestBase { diff --git a/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php b/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php index 42ba0a82d05..6b897941512 100644 --- a/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php +++ b/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php @@ -15,6 +15,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; * @coversDefaultClass \Drupal\Core\Installer\InstallerRedirectTrait * * @group Installer + * @group #slow */ class InstallerRedirectTraitTest extends KernelTestBase { diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php b/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php index d545e6b9f42..a6708856467 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php @@ -15,6 +15,7 @@ use Drupal\KernelTests\KernelTestBase; * * @group Theme * @group legacy + * @group #slow */ class ThemeRenderAndAutoescapeTest extends KernelTestBase { diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php b/core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php index 422315a7977..515f1d6b63a 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php @@ -12,6 +12,7 @@ use Drupal\KernelTests\KernelTestBase; * @see \Drupal\Core\Template\TwigNodeCheckDeprecations * @group Twig * @group legacy + * @group #slow */ class TwigDeprecationsTest extends KernelTestBase { diff --git a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php b/core/tests/Drupal/KernelTests/KernelTestBaseTest.php index be83c0a2672..f101af29df8 100644 --- a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php +++ b/core/tests/Drupal/KernelTests/KernelTestBaseTest.php @@ -19,6 +19,7 @@ use Symfony\Component\HttpFoundation\Request; * @group PHPUnit * @group Test * @group KernelTests + * @group #slow */ class KernelTestBaseTest extends KernelTestBase {