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

merge-requests/4945/head
Lauri Eskola 2023-10-05 10:10:15 +03:00
parent 4a70e44847
commit eda9af65a2
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
8 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@ use Drupal\user\RoleInterface;
* Tests basic block functionality. * Tests basic block functionality.
* *
* @group block * @group block
* @group #slow
*/ */
class BlockTest extends BlockTestBase { class BlockTest extends BlockTestBase {

View File

@ -13,6 +13,7 @@ use Drupal\Tests\BrowserTestBase;
* Tests that the block configuration UI exists and stores data correctly. * Tests that the block configuration UI exists and stores data correctly.
* *
* @group block * @group block
* @group #slow
*/ */
class BlockUiTest extends BrowserTestBase { class BlockUiTest extends BrowserTestBase {

View File

@ -13,6 +13,7 @@ use Drupal\Tests\media\Traits\OEmbedTestTrait;
* @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter * @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter
* *
* @group media * @group media
* @group #slow
*/ */
class OEmbedFormatterTest extends MediaFunctionalTestBase { class OEmbedFormatterTest extends MediaFunctionalTestBase {

View File

@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/** /**
* @group rest * @group rest
* @group #slow
*/ */
class TermJsonAnonTest extends TermResourceTestBase { class TermJsonAnonTest extends TermResourceTestBase {

View File

@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/** /**
* @group rest * @group rest
* @group #slow
*/ */
class TermJsonCookieTest extends TermResourceTestBase { class TermJsonCookieTest extends TermResourceTestBase {

View File

@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
/** /**
* @group rest * @group rest
* @group #slow
*/ */
class TermXmlAnonTest extends TermResourceTestBase { class TermXmlAnonTest extends TermResourceTestBase {

View File

@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
/** /**
* @group rest * @group rest
* @group #slow
*/ */
class TermXmlCookieTest extends TermResourceTestBase { class TermXmlCookieTest extends TermResourceTestBase {

View File

@ -9,6 +9,7 @@ use Drupal\views\Views;
* Tests the display UI. * Tests the display UI.
* *
* @group views_ui * @group views_ui
* @group #slow
*/ */
class DisplayTest extends UITestBase { class DisplayTest extends UITestBase {