Issue #3432052 by catch: @group slow for more Kernel tests
parent
fd32349c97
commit
9c9935d05d
|
@ -26,6 +26,7 @@ use Symfony\Component\Yaml\Yaml;
|
||||||
* Tests different ways of enabling CKEditor 5 plugins.
|
* Tests different ways of enabling CKEditor 5 plugins.
|
||||||
*
|
*
|
||||||
* @group ckeditor5
|
* @group ckeditor5
|
||||||
|
* @group #slow
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
class CKEditor5PluginManagerTest extends KernelTestBase {
|
class CKEditor5PluginManagerTest extends KernelTestBase {
|
||||||
|
|
|
@ -24,6 +24,7 @@ use Symfony\Component\Yaml\Yaml;
|
||||||
* @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraintValidator
|
* @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraintValidator
|
||||||
* @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5MediaAndFilterSettingsInSyncConstraintValidator
|
* @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5MediaAndFilterSettingsInSyncConstraintValidator
|
||||||
* @group ckeditor5
|
* @group ckeditor5
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class ValidatorsTest extends KernelTestBase {
|
class ValidatorsTest extends KernelTestBase {
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ use Drupal\workflows\Entity\Workflow;
|
||||||
* Tests links between a content entity and a content_moderation_state entity.
|
* Tests links between a content entity and a content_moderation_state entity.
|
||||||
*
|
*
|
||||||
* @group content_moderation
|
* @group content_moderation
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class ContentModerationStateTest extends KernelTestBase {
|
class ContentModerationStateTest extends KernelTestBase {
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ use PHPUnit\Framework\AssertionFailedError;
|
||||||
* Tests the new entity API for the date field type.
|
* Tests the new entity API for the date field type.
|
||||||
*
|
*
|
||||||
* @group datetime
|
* @group datetime
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class DateTimeItemTest extends FieldKernelTestBase {
|
class DateTimeItemTest extends FieldKernelTestBase {
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ use Drupal\field\Entity\FieldStorageConfig;
|
||||||
* Tests the new entity API for the number field type.
|
* Tests the new entity API for the number field type.
|
||||||
*
|
*
|
||||||
* @group field
|
* @group field
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class NumberItemTest extends FieldKernelTestBase {
|
class NumberItemTest extends FieldKernelTestBase {
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\Tests\user\Traits\UserCreationTrait;
|
||||||
* Tests the media access control handler.
|
* Tests the media access control handler.
|
||||||
*
|
*
|
||||||
* @group media
|
* @group media
|
||||||
|
* @group #slow
|
||||||
*
|
*
|
||||||
* @coversDefaultClass \Drupal\media\MediaAccessControlHandler
|
* @coversDefaultClass \Drupal\media\MediaAccessControlHandler
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -14,6 +14,7 @@ use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait;
|
||||||
* Tests entity reference selection plugins.
|
* Tests entity reference selection plugins.
|
||||||
*
|
*
|
||||||
* @group entity_reference
|
* @group entity_reference
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class EntityReferenceSelectionReferenceableTest extends KernelTestBase {
|
class EntityReferenceSelectionReferenceableTest extends KernelTestBase {
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\KernelTests\KernelTestBase;
|
||||||
*
|
*
|
||||||
* @group config
|
* @group config
|
||||||
* @group Validation
|
* @group Validation
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class SimpleConfigValidationTest extends KernelTestBase {
|
class SimpleConfigValidationTest extends KernelTestBase {
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ use Drupal\Tests\node\Traits\ContentTypeCreationTrait;
|
||||||
*
|
*
|
||||||
* @group Entity
|
* @group Entity
|
||||||
* @group Validation
|
* @group Validation
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class EntityViewDisplayValidationTest extends ConfigEntityValidationTestBase {
|
class EntityViewDisplayValidationTest extends ConfigEntityValidationTestBase {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue