Verified Commit dd59d521 authored by Dave Long's avatar Dave Long
Browse files

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

(cherry picked from commit 4cc502ff)
parent daadc61b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * Test content_moderation functionality with localization and translation.
 *
 * @group content_moderation
 * @group #slow
 */
class ModerationLocaleTest extends ModerationStateTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests general content moderation workflow for nodes.
 *
 * @group content_moderation
 * @group #slow
 */
class ModerationStateNodeTest extends ModerationStateTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 * Tests moderation state node type integration.
 *
 * @group content_moderation
 * @group #slow
 */
class ModerationStateNodeTypeTest extends ModerationStateTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * @coversDefaultClass \Drupal\content_moderation\Plugin\views\filter\ModerationStateFilter
 *
 * @group content_moderation
 * @group #slow
 */
class ViewsModerationStateFilterTest extends ViewTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * The test method is provided by the MigrateUpgradeTestBase class.
 *
 * @group forum
 * @group #slow
 */
class Upgrade6Test extends MigrateUpgradeExecuteTestBase {

Loading