skip graceful restart test on Jenkins
This commit is contained in:
parent
177c639b19
commit
d946ac8213
1 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,11 @@ if [ -f /proc/sys/net/ipv4/tcp_fastopen ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_test tests/test_large_file.sh
|
run_test tests/test_large_file.sh
|
||||||
run_test tests/test_graceful_restart.sh
|
|
||||||
|
if [ "a$JENKINS" != "a1" ] ; then
|
||||||
|
# jenkins blocked SIGQUIT with sigprocmask(), we have to skip this test on Jenkins
|
||||||
|
run_test tests/test_graceful_restart.sh
|
||||||
|
fi
|
||||||
run_test tests/test_udp_src.sh
|
run_test tests/test_udp_src.sh
|
||||||
run_test tests/test_command.sh
|
run_test tests/test_command.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue