Verified Commit 276df7ec authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3465602 by catch, quietone, smustgrave: Order tests by number of public...

Issue #3465602 by catch, quietone, smustgrave: Order tests by number of public methods to optimize gitlab job times
parent 2fc79469
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -181,10 +181,10 @@ variables:

'⚙️️ PHPUnit Kernel':
  <<: [ *with-composer, *run-tests, *default-job-settings ]
  parallel: 3
  parallel: 4
  variables:
    TESTSUITE: PHPUnit-Kernel
    KUBERNETES_CPU_REQUEST: "16"
    KUBERNETES_CPU_REQUEST: "8"
  services:
    - <<: *with-database

+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
 * Tests basic block functionality.
 *
 * @group block
 * @group #slow
 */
class BlockTest extends BlockTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
 * Tests that the block configuration UI exists and stores data correctly.
 *
 * @group block
 * @group #slow
 */
class BlockUiTest extends BrowserTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
 * Tests migration of i18n block translations.
 *
 * @group migrate_drupal_7
 * @group #slow
 */
class MigrateBlockContentTranslationTest extends MigrateDrupal7TestBase {

+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
 * Tests for CKEditor 5.
 *
 * @group ckeditor5
 * @group #slow
 * @internal
 */
class CKEditor5MarkupTest extends CKEditor5TestBase {
Loading