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

Issue #3522021 by catch: Add @group #slow to MigrateDrupal7AuditIdsTest

parent 6d6f909d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 * Test FieldDiscovery Service against Drupal 7.
 *
 * @group migrate_drupal
 * @group #slow
 * @coversDefaultClass \Drupal\migrate_drupal\FieldDiscovery
 */
class FieldDiscoveryTest extends MigrateDrupal7TestBase {
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 * Tests the migration auditor for ID conflicts.
 *
 * @group migrate_drupal
 * @group #slow
 */
class MigrateDrupal7AuditIdsTest extends MigrateDrupal7TestBase {

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 * Test class for a complete node migration for Drupal 7.
 *
 * @group migrate_drupal_7
 * @group #slow
 */
class MigrateNodeCompleteTest extends MigrateDrupal7TestBase {

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Upgrade taxonomy term node associations.
 *
 * @group migrate_drupal_6
 * @group #slow
 */
class MigrateTermNodeTranslationTest extends MigrateDrupal6TestBase {