FunctionalJavascript tests are skipped in test-only change when concurrent=0

Created on 12 May 2025, 2 days ago

Problem/Motivation

The "test-only changes" job does not properly run javascript tests when using the plain phpunit binary (_PHPUNIT_CONCURRENT=0). The modified test is attempted but is skipped, as in this example

The log shows

SSSSSSSS                                                            8 / 8 (100%)
Time: 01:12.995, Memory: 6.00 MB
OK, but some tests were skipped!
Tests: 8, Assertions: 0, Skipped: 8.

There is no problem when using run-tests.sh (_PHPUNIT_CONCURRENT=1)

Proposed resolution

Remaining tasks

🐛 Bug report
Status

Active

Component

gitlab-ci

Created by

🇬🇧United Kingdom jonathan1055

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024