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
!4837
Issue
#3388365
: Distribute @group #slow tests between test runners and mark more tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3388365
: Distribute @group #slow tests between test runners and mark more tests
issue/drupal-3388365:3388365-slow-again
into
11.x
Overview
1
Commits
31
Pipelines
13
Changes
55
All threads resolved!
Hide all comments
Closed
catch
requested to merge
issue/drupal-3388365:3388365-slow-again
into
11.x
1 year ago
Overview
1
Commits
31
Pipelines
13
Changes
55
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
11.x
version 12
01259670
1 year ago
version 11
24238c77
1 year ago
version 10
b7c540fb
1 year ago
version 9
81f10e60
1 year ago
version 8
773f3d43
1 year ago
version 7
dac50504
1 year ago
version 6
7bcce59c
1 year ago
version 5
1421464e
1 year ago
version 4
922b26a0
1 year ago
version 3
3ebc970f
1 year ago
version 2
29b01bcf
1 year ago
version 1
1f9f2aa0
1 year ago
11.x (base)
and
latest version
latest version
f0d41b9e
31 commits,
1 year ago
version 12
01259670
30 commits,
1 year ago
version 11
24238c77
29 commits,
1 year ago
version 10
b7c540fb
30 commits,
1 year ago
version 9
81f10e60
28 commits,
1 year ago
version 8
773f3d43
27 commits,
1 year ago
version 7
dac50504
26 commits,
1 year ago
version 6
7bcce59c
25 commits,
1 year ago
version 5
1421464e
24 commits,
1 year ago
version 4
922b26a0
23 commits,
1 year ago
version 3
3ebc970f
16 commits,
1 year ago
version 2
29b01bcf
13 commits,
1 year ago
version 1
1f9f2aa0
11 commits,
1 year ago
55 files
+
63
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
55
Search (e.g. *.vue) (Ctrl+P)
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php
+
1
−
0
Options
@@ -8,6 +8,7 @@
* Tests migration of i18n block translations.
*
* @group migrate_drupal_7
* @group #slow
*/
class
MigrateBlockContentTranslationTest
extends
MigrateDrupal7TestBase
{
Loading