Verified Commit ba38a066 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3411934 by catch, smustgrave, quietone: Mark some Kernel tests with @group #slow

(cherry picked from commit 50f72e80)
parent 4147bc8b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests validation of image_style entities.
 *
 * @group image
 * @group #slow
 */
class ImageStyleValidationTest extends ConfigEntityValidationTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
/**
 * @coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer
 * @group jsonapi
 * @group #slow
 *
 * @internal
 */
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
/**
 * @coversDefaultClass \Drupal\jsonapi\Normalizer\RelationshipNormalizer
 * @group jsonapi
 * @group #slow
 *
 * @internal
 */
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
 * @coversDefaultClass \Drupal\jsonapi\Query\Filter
 * @group jsonapi
 * @group jsonapi_query
 * @group #slow
 *
 * @internal
 */
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
/**
 * @coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository
 * @group jsonapi
 * @group #slow
 *
 * @internal
 */
Loading