Skip to content
Snippets Groups Projects
Verified Commit 28ec9076 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

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

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

(cherry picked from commit dcd66e14)
parent eb0b595e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
/**
* Testing opening and saving block forms in the off-canvas dialog.
*
* @group #slow
* @group settings_tray
*/
class SettingsTrayBlockFormTest extends SettingsTrayTestBase {
......
......@@ -10,6 +10,7 @@
/**
* Test various aspects of testing through the UI form.
*
* @group #slow
* @group simpletest
*/
class SimpletestUiTest extends BrowserTestBase {
......
......@@ -9,6 +9,7 @@
/**
* Install/uninstall core module and confirm table creation/deletion.
*
* @group #slow
* @group Module
*/
class InstallUninstallTest extends ModuleTestBase {
......
......@@ -10,6 +10,7 @@
/**
* Runs UpdatePathTestBaseTest with a dump filled with content.
*
* @group #slow
* @group Update
* @group legacy
*/
......
......@@ -18,6 +18,7 @@
/**
* Tests a complete deployment scenario across different workspaces.
*
* @group #slow
* @group workspaces
*/
class WorkspaceIntegrationTest extends KernelTestBase {
......
......@@ -8,6 +8,7 @@
/**
* Tests the configure route for core modules.
*
* @group #slow
* @group Module
*/
class ModuleConfigureRouteTest extends KernelTestBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment