1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Skip slow tests on Travis

Closes GH-12697
This commit is contained in:
Jakub Zelenka
2023-11-17 10:54:23 +00:00
committed by Ben Ramsey
parent 05ba461524
commit e41cbd2174

View File

@@ -4,6 +4,7 @@ set -ex
# ARM64 CI reports nproc=32, which is excessive.
if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
export SKIP_SLOW_TESTS=1
export SKIP_IO_CAPTURE_TESTS=1
./sapi/cli/php run-tests.php -P \
-g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 \