Verified Commit eda9af65 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3391522 by catch: Mark some more tests with @group #slow

parent 4a70e448
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Tests basic block functionality.
 *
 * @group block
 * @group #slow
 */
class BlockTest extends BlockTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * Tests that the block configuration UI exists and stores data correctly.
 *
 * @group block
 * @group #slow
 */
class BlockUiTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter
 *
 * @group media
 * @group #slow
 */
class OEmbedFormatterTest extends MediaFunctionalTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@

/**
 * @group rest
 * @group #slow
 */
class TermJsonAnonTest extends TermResourceTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@

/**
 * @group rest
 * @group #slow
 */
class TermJsonCookieTest extends TermResourceTestBase {

Loading