Skip to content

Commit

Permalink
skip graceful restart test on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Aug 2, 2015
1 parent 177c639 commit d946ac8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ if [ -f /proc/sys/net/ipv4/tcp_fastopen ] ; then
fi

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_command.sh

Expand Down

0 comments on commit d946ac8

Please sign in to comment.