Issue #3391522 by catch: Mark some more tests with @group #slow
parent
4a70e44847
commit
eda9af65a2
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @group rest
|
* @group rest
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class TermJsonAnonTest extends TermResourceTestBase {
|
class TermJsonAnonTest extends TermResourceTestBase {
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @group rest
|
* @group rest
|
||||||
|
* @group #slow
|
||||||
*/
|
*/
|
||||||
class TermJsonCookieTest extends TermResourceTestBase {
|
class TermJsonCookieTest extends TermResourceTestBase {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue