mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Skip slow tests on Travis
Closes GH-12697
This commit is contained in:
parent
d5c6633bd1
commit
708e9fadfd
1 changed files with 1 additions and 0 deletions
|
@ -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,BORK,LEAK" --offline --show-diff --show-slow 1000 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue