Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -503,8 +503,8 @@ default: parallel: 4 variables: TESTSUITE: kernel KUBERNETES_CPU_REQUEST: "10" CONCURRENCY: "20" KUBERNETES_CPU_REQUEST: "12" CONCURRENCY: "24" services: - <<: *with-database Loading core/modules/help/tests/src/Kernel/HelpTopicsSyntaxTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ * Verifies that all core Help topics can be rendered and comply with standards. */ #[Group('help')] #[Group('#slow')] #[RunTestsInSeparateProcesses] class HelpTopicsSyntaxTest extends KernelTestBase implements NodeVisitorInterface { Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -503,8 +503,8 @@ default: parallel: 4 variables: TESTSUITE: kernel KUBERNETES_CPU_REQUEST: "10" CONCURRENCY: "20" KUBERNETES_CPU_REQUEST: "12" CONCURRENCY: "24" services: - <<: *with-database Loading
core/modules/help/tests/src/Kernel/HelpTopicsSyntaxTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ * Verifies that all core Help topics can be rendered and comply with standards. */ #[Group('help')] #[Group('#slow')] #[RunTestsInSeparateProcesses] class HelpTopicsSyntaxTest extends KernelTestBase implements NodeVisitorInterface { Loading