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.
|
||||
*
|
||||
* @group #slow
|
||||
* @group settings_tray
|
||||
*/
|
||||
class SettingsTrayBlockFormTest extends SettingsTrayTestBase {
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\Tests\BrowserTestBase;
|
|||
/**
|
||||
* Test various aspects of testing through the UI form.
|
||||
*
|
||||
* @group #slow
|
||||
* @group simpletest
|
||||
*/
|
||||
class SimpletestUiTest extends BrowserTestBase {
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\workspaces\Entity\Workspace;
|
|||
/**
|
||||
* Install/uninstall core module and confirm table creation/deletion.
|
||||
*
|
||||
* @group #slow
|
||||
* @group Module
|
||||
*/
|
||||
class InstallUninstallTest extends ModuleTestBase {
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\user\Entity\User;
|
|||
/**
|
||||
* Runs UpdatePathTestBaseTest with a dump filled with content.
|
||||
*
|
||||
* @group #slow
|
||||
* @group Update
|
||||
* @group legacy
|
||||
*/
|
||||
|
|
|
@ -18,6 +18,7 @@ use Drupal\views\Views;
|
|||
/**
|
||||
* Tests a complete deployment scenario across different workspaces.
|
||||
*
|
||||
* @group #slow
|
||||
* @group workspaces
|
||||
*/
|
||||
class WorkspaceIntegrationTest extends KernelTestBase {
|
||||
|
|
|
@ -8,6 +8,7 @@ use Drupal\KernelTests\KernelTestBase;
|
|||
/**
|
||||
* Tests the configure route for core modules.
|
||||
*
|
||||
* @group #slow
|
||||
* @group Module
|
||||
*/
|
||||
class ModuleConfigureRouteTest extends KernelTestBase {
|
||||
|
|
Loading…
Reference in New Issue