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:
Marc Hoersken 2020-04-13 20:27:00 +02:00
parent 93772465b8
commit 50842c1b32
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
1 changed files with 1 additions and 1 deletions

View File

@ -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: