Skip to content
Snippets Groups Projects
Verified Commit dcd66e14 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
parent 16afb5ce
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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