Skip to content
Snippets Groups Projects
Verified Commit e8d874f4 authored by Dave Long's avatar Dave Long
Browse files

Issue #3462759 by catch: Try to rebalance kernel tests between gitlab runners (@group #slow again)

(cherry picked from commit afce6da3)
parent dfd3008b
Branches
No related tags found
18 merge requests!10663Issue #3495778: Update phpdoc in FileSaveHtaccessLoggingTest,!10451Issue #3472458 by watergate, smustgrave: CKEditor 5 show blocks label is not translated,!103032838547 Fix punctuation rules for inline label suffix colon with CSS only,!10150Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string...,!10130Resolve #3480321 "Second level menu",!9936Issue #3483087: Check the module:// prefix in the translation server path and replace it with the actual module path,!9933Issue #3394728 by ankondrat4: Undefined array key "#prefix" and deprecated function: explode() in Drupal\file\Element\ManagedFile::uploadAjaxCallback(),!9914Issue #3451136 by quietone, gapple, ghost of drupal past: Improve...,!9882Draft: Issue #3481777 In bulk_form ensure the triggering element is the bulk_form button,!9839Issue #3445469 by pooja_sharma, smustgrave: Add additional test coverage for...,!9815Issue #3480025: There is no way to remove entity cache items,!9757Issue #3478869 Add "All" or overview links to parent links,!9752Issue #3439910 by pooja_sharma, vensires: Fix Toolbar tests that rely on UID1's super user behavior,!9749Issue #3439910 by pooja_sharma, vensires: Fix Toolbar tests that rely on UID1's super user behavior,!9678Issue #3465132 by catch, Spokje, nod_: Show test run time by class in run-tests.sh output,!9578Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET)...,!9449Issue #3344041: Allow textarea widgets to be used for text (formatted) fields,!8945🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥...
Pipeline #230994 passed with warnings
Pipeline: drupal

#231018

    Pipeline: drupal

    #231011

      Pipeline: drupal

      #230998

        Showing
        with 20 additions and 0 deletions
        ......@@ -12,6 +12,7 @@
        * Tests validation of block entities.
        *
        * @group block
        * @group #slow
        */
        class BlockValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -23,6 +23,7 @@
        * @coversDefaultClass \Drupal\block_content\BlockContentAccessControlHandler
        *
        * @group block_content
        * @group #slow
        */
        class BlockContentAccessHandlerTest extends KernelTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of block_content_type entities.
        *
        * @group block_content
        * @group #slow
        */
        class BlockContentTypeValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests check requirements for comment type source plugin.
        *
        * @group comment
        * @group #slow
        */
        class CommentTypeRequirementsTest extends MigrateDrupal7TestBase {
        ......
        ......@@ -12,6 +12,7 @@
        * Tests validation of contact_form entities.
        *
        * @group contact
        * @group #slow
        */
        class ContactFormValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -16,6 +16,7 @@
        * @coversDefaultClass \Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList
        *
        * @group content_moderation
        * @group #slow
        */
        class ModerationStateFieldItemListTest extends KernelTestBase {
        ......
        ......@@ -13,6 +13,7 @@
        * Tests validation of editor entities.
        *
        * @group editor
        * @group #slow
        */
        class EditorValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of filter_format entities.
        *
        * @group filter
        * @group #slow
        */
        class FilterFormatValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -12,6 +12,7 @@
        * Tests default configuration handling with a foreign default language.
        *
        * @group locale
        * @group #slow
        */
        class LocaleConfigSubscriberForeignTest extends LocaleConfigSubscriberTest {
        ......
        ......@@ -12,6 +12,7 @@
        /**
        * @coversDefaultClass \Drupal\media\Plugin\Filter\MediaEmbed
        * @group media
        * @group #slow
        */
        class MediaEmbedFilterTest extends MediaEmbedFilterTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of media_type entities.
        *
        * @group media
        * @group #slow
        */
        class MediaTypeValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -16,6 +16,7 @@
        * Tests the media library state value object.
        *
        * @group media_library
        * @group #slow
        *
        * @coversDefaultClass \Drupal\media_library\MediaLibraryState
        */
        ......
        ......@@ -24,6 +24,7 @@
        * Tests the entity content source plugin.
        *
        * @group migrate_drupal
        * @group #slow
        */
        class ContentEntityTest extends KernelTestBase {
        ......
        ......@@ -12,6 +12,7 @@
        * @covers \Drupal\migrate_drupal\Plugin\migrate\source\Variable
        *
        * @group migrate_drupal
        * @group #slow
        */
        class VariableTest extends MigrateSqlSourceTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of node_type entities.
        *
        * @group node
        * @group #slow
        */
        class NodeTypeValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of responsive_image_style entities.
        *
        * @group responsive_image
        * @group #slow
        */
        class ResponsiveImageStyleValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -12,6 +12,7 @@
        * Tests validation of rest_resource_config entities.
        *
        * @group rest
        * @group #slow
        */
        class RestResourceConfigValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -13,6 +13,7 @@
        * Tests validation of search_page entities.
        *
        * @group search
        * @group #slow
        */
        class SearchPageValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of shortcut_set entities.
        *
        * @group shortcut
        * @group #slow
        */
        class ShortcutSetValidationTest extends ConfigEntityValidationTestBase {
        ......
        ......@@ -11,6 +11,7 @@
        * Tests validation of action entities.
        *
        * @group system
        * @group #slow
        */
        class ActionValidationTest extends ConfigEntityValidationTestBase {
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment