Verified Commit 86138bdb authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3388365 by catch, larowlan, bbrala, smustgrave: Distribute @group #slow...

Issue #3388365 by catch, larowlan, bbrala, smustgrave: Distribute @group #slow tests between test runners and mark more tests

(cherry picked from commit 0af9348c)
parent 86ce2753
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * Tests migration of i18n block translations.
 *
 * @group migrate_drupal_7
 * @group #slow
 */
class MigrateBlockContentTranslationTest extends MigrateDrupal7TestBase {

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * Create a book, add pages, and test book interface.
 *
 * @group book
 * @group #slow
 */
class BookTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
/**
 * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image
 * @group ckeditor5
 * @group #slow
 * @internal
 */
class ImageTest extends ImageTestBase {
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
/**
 * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image
 * @group ckeditor5
 * @group #slow
 * @internal
 */
class ImageUrlTest extends ImageTestBase {
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
/**
 * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media
 * @group ckeditor5
 * @group #slow
 * @internal
 */
class MediaTest extends WebDriverTestBase {
Loading