mirror of
https://github.com/curl/curl.git
synced 2026-07-27 06:37:16 +03:00
cirrus: no longer ignore test 504 which is working again
The test is working again, because TCP blackholing is disabled.
This commit is contained in:
parent
93772465b8
commit
50842c1b32
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ task:
|
|||
- case `uname -r` in
|
||||
13.0*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
|
||||
12.1*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
|
||||
11.3*) SKIP_TESTS='~504 ~1242 ~1243 ~2002 ~2003';;
|
||||
11.3*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
|
||||
esac
|
||||
- sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" test-nonflaky
|
||||
install_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue