Issue #3038901 by Lendude, dww, Mile23: Speed up the tests on DrupalCI by not running slow tests last
parent
16afb5ceb2
commit
dcd66e1495
|
@ -9,6 +9,7 @@ use Drupal\user\Entity\Role;
|
||||||
/**
|
/**
|
||||||
* Testing opening and saving block forms in the off-canvas dialog.
|
* Testing opening and saving block forms in the off-canvas dialog.
|
||||||
*
|
*
|
||||||
|
* @group #slow
|
||||||
* @group settings_tray
|
* @group settings_tray
|
||||||
*/
|
*/
|
||||||
class SettingsTrayBlockFormTest extends SettingsTrayTestBase {
|
class SettingsTrayBlockFormTest extends SettingsTrayTestBase {
|
||||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\Tests\BrowserTestBase;
|
||||||
/**
|
/**
|
||||||
* Test various aspects of testing through the UI form.
|
* Test various aspects of testing through the UI form.
|
||||||
*
|
*
|
||||||
|
* @group #slow
|
||||||
* @group simpletest
|
* @group simpletest
|
||||||
*/
|
*/
|
||||||
class SimpletestUiTest extends BrowserTestBase {
|
class SimpletestUiTest extends BrowserTestBase {
|
||||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\workspaces\Entity\Workspace;
|
||||||
/**
|
/**
|
||||||
* Install/uninstall core module and confirm table creation/deletion.
|
* Install/uninstall core module and confirm table creation/deletion.
|
||||||
*
|
*
|
||||||
|
* @group #slow
|
||||||
* @group Module
|
* @group Module
|
||||||
*/
|
*/
|
||||||
class InstallUninstallTest extends ModuleTestBase {
|
class InstallUninstallTest extends ModuleTestBase {
|
||||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\user\Entity\User;
|
||||||
/**
|
/**
|
||||||
* Runs UpdatePathTestBaseTest with a dump filled with content.
|
* Runs UpdatePathTestBaseTest with a dump filled with content.
|
||||||
*
|
*
|
||||||
|
* @group #slow
|
||||||
* @group Update
|
* @group Update
|
||||||
* @group legacy
|
* @group legacy
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -18,6 +18,7 @@ use Drupal\views\Views;
|
||||||
/**
|
/**
|
||||||
* Tests a complete deployment scenario across different workspaces.
|
* Tests a complete deployment scenario across different workspaces.
|
||||||
*
|
*
|
||||||
|
* @group #slow
|
||||||
* @group workspaces
|
* @group workspaces
|
||||||
*/
|
*/
|
||||||
class WorkspaceIntegrationTest extends KernelTestBase {
|
class WorkspaceIntegrationTest extends KernelTestBase {
|
||||||
|
|
|
@ -8,6 +8,7 @@ use Drupal\KernelTests\KernelTestBase;
|
||||||
/**
|
/**
|
||||||
* Tests the configure route for core modules.
|
* Tests the configure route for core modules.
|
||||||
*
|
*
|
||||||
|
* @group #slow
|
||||||
* @group Module
|
* @group Module
|
||||||
*/
|
*/
|
||||||
class ModuleConfigureRouteTest extends KernelTestBase {
|
class ModuleConfigureRouteTest extends KernelTestBase {
|
||||||
|
|
Loading…
Reference in New Issue