Verified Commit 9c9935d0 authored by Dave Long's avatar Dave Long
Browse files

Issue #3432052 by catch: @group slow for more Kernel tests

parent fd32349c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
 * Tests different ways of enabling CKEditor 5 plugins.
 *
 * @group ckeditor5
 * @group #slow
 * @internal
 */
class CKEditor5PluginManagerTest extends KernelTestBase {
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
 * @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraintValidator
 * @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5MediaAndFilterSettingsInSyncConstraintValidator
 * @group ckeditor5
 * @group #slow
 */
class ValidatorsTest extends KernelTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
 * Tests links between a content entity and a content_moderation_state entity.
 *
 * @group content_moderation
 * @group #slow
 */
class ContentModerationStateTest extends KernelTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 * Tests the new entity API for the date field type.
 *
 * @group datetime
 * @group #slow
 */
class DateTimeItemTest extends FieldKernelTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * Tests the new entity API for the number field type.
 *
 * @group field
 * @group #slow
 */
class NumberItemTest extends FieldKernelTestBase {

Loading