Verified Commit 32075e1a authored by Dave Long's avatar Dave Long
Browse files

Issue #3462759 by catch: Try to rebalance kernel tests between gitlab runners (@group #slow again)

(cherry picked from commit afce6da3)
parent 883e240e
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Tests validation of block entities.
 *
 * @group block
 * @group #slow
 */
class BlockValidationTest extends ConfigEntityValidationTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
 * @coversDefaultClass \Drupal\block_content\BlockContentAccessControlHandler
 *
 * @group block_content
 * @group #slow
 */
class BlockContentAccessHandlerTest extends KernelTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Tests validation of block_content_type entities.
 *
 * @group block_content
 * @group #slow
 */
class BlockContentTypeValidationTest extends ConfigEntityValidationTestBase {

+1 −0
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
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Tests validation of contact_form entities.
 *
 * @group contact
 * @group #slow
 */
class ContactFormValidationTest extends ConfigEntityValidationTestBase {

Loading