Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!8850
Add @group #slow to some kernel tests with lots of test methods.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Add @group #slow to some kernel tests with lots of test methods.
issue/drupal-3462759:3462759-try-to-rebalance
into
11.x
Overview
0
Commits
3
Pipelines
4
Changes
25
Open
catch
requested to merge
issue/drupal-3462759:3462759-try-to-rebalance
into
11.x
10 months ago
Overview
0
Commits
3
Pipelines
4
Changes
25
Expand
Closes
#3462759
0
0
Merge request reports
Compare
11.x
version 2
63010792
10 months ago
version 1
23ebf05a
10 months ago
11.x (base)
and
latest version
latest version
43a54457
3 commits,
10 months ago
version 2
63010792
2 commits,
10 months ago
version 1
23ebf05a
1 commit,
10 months ago
25 files
+
25
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
core/modules/block/tests/src/Kernel/BlockValidationTest.php
+
1
−
0
Options
@@ -12,6 +12,7 @@
* Tests validation of block entities.
*
* @group block
* @group #slow
*/
class
BlockValidationTest
extends
ConfigEntityValidationTestBase
{
Loading