Verified Commit 4ad104e5 authored by Dave Long's avatar Dave Long
Browse files

Issue #3416308 by catch: Add @group #slow to more kernel tests

(cherry picked from commit 55230f82)
parent 0d176b28
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests validation of field_config entities.
 *
 * @group field
 * @group #slow
 */
class FieldConfigValidationTest extends FieldStorageConfigValidationTest {

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests validation of field_storage_config entities.
 *
 * @group field
 * @group #slow
 */
class FieldStorageConfigValidationTest extends ConfigEntityValidationTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * Tests field storage create, read, update, and delete.
 *
 * @group field
 * @group #slow
 */
class FieldStorageCrudTest extends FieldKernelTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * Tests that the installed config matches the default config.
 *
 * @group Config
 * @group #slow
 */
class DefaultConfigTest extends KernelTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * Tests entity translation functionality.
 *
 * @group Entity
 * @group #slow
 */
class EntityTranslationTest extends EntityLanguageTestBase {

Loading