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