Skip to content

Commit e41cbd2

Browse files
bukkaramsey
authored andcommitted
Skip slow tests on Travis
Closes GH-12697
1 parent 05ba461 commit e41cbd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -ex
44
# ARM64 CI reports nproc=32, which is excessive.
55
if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
66

7+
export SKIP_SLOW_TESTS=1
78
export SKIP_IO_CAPTURE_TESTS=1
89
./sapi/cli/php run-tests.php -P \
910
-g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 \

0 commit comments

Comments
 (0)