Unverified Commit d847fe00 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3530363 by catch, smustgrave: Add @group #slow to some additional tests

(cherry picked from commit 211722d9)
parent 5baf8487
Loading
Loading
Loading
Loading
Loading
+1 −0
Changes for core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Tests check requirements for comment type source plugin.
 *
 * @group comment
 * @group #slow
 */
class CommentTypeRequirementsTest extends MigrateDrupal7TestBase {

+1 −0
Changes for core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * Tests migration of field label and description translations.
 *
 * @group migrate_drupal_6
 * @group #slow
 */
class MigrateFieldInstanceLabelDescriptionTest extends MigrateDrupal6TestBase implements MigrateDumpAlterInterface {

+1 −0
Changes for core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Tests follow-up migrations.
 *
 * @group migrate_drupal
 * @group #slow
 */
class FollowUpMigrationsTest extends MigrateDrupal7TestBase {

+1 −0
Changes for core/modules/system/tests/src/Functional/Module/VersionTest.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * Tests module version dependencies.
 *
 * @group Module
 * @group #slow
 */
class VersionTest extends ModuleTestBase {

+1 −0
Changes for core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Test migration of translated taxonomy terms.
 *
 * @group migrate_drupal_7
 * @group #slow
 */
class MigrateTaxonomyTermTranslationTest extends MigrateDrupal7TestBase {