Issue #3038901 by Lendude, dww, Mile23: Speed up the tests on DrupalCI by not running slow tests last

merge-requests/1119/head
Lee Rowlands 2019-03-21 19:50:41 +10:00
parent 16afb5ceb2
commit dcd66e1495
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
6 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -10,6 +10,7 @@ use Drupal\user\Entity\User;
/**
* Runs UpdatePathTestBaseTest with a dump filled with content.
*
* @group #slow
* @group Update
* @group legacy
*/

View File

@ -18,6 +18,7 @@ use Drupal\views\Views;
/**
* Tests a complete deployment scenario across different workspaces.
*
* @group #slow
* @group workspaces
*/
class WorkspaceIntegrationTest extends KernelTestBase {

View File

@ -8,6 +8,7 @@ use Drupal\KernelTests\KernelTestBase;
/**
* Tests the configure route for core modules.
*
* @group #slow
* @group Module
*/
class ModuleConfigureRouteTest extends KernelTestBase {