Skip to content

Commit e3aa0f4

Browse files
NEXT-39908 - disable deprecated redis test
1 parent a82a746 commit e3aa0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/stages/20-unit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ PHP Full:
389389
- >
390390
for SUITE in $TEST_SUITES; do
391391
if [[ $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train" || 0 ]]; then
392-
composer run phpunit -- --testsuite=$SUITE --log-junit phpunit.$SUITE.junit.xml --colors=never;
392+
composer run phpunit -- --testsuite=$SUITE --exclude-group legacy --log-junit phpunit.$SUITE.junit.xml --colors=never;
393393
else
394-
composer run phpunit -- --testsuite=$SUITE --log-junit phpunit.$SUITE.junit.xml --colors=never || FAILED=1
394+
composer run phpunit -- --testsuite=$SUITE --exclude-group legacy --log-junit phpunit.$SUITE.junit.xml --colors=never || FAILED=1
395395
fi
396396
done
397397
- "[[ $FAILED -eq 0 ]]"

0 commit comments

Comments
 (0)