From: Marc Hoersken Date: Mon, 13 Apr 2020 18:27:00 +0000 (+0200) Subject: cirrus: no longer ignore test 504 which is working again X-Git-Tag: curl-7_70_0~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50842c1b32add07434a79959345595560c93fadf;p=thirdparty%2Fcurl.git cirrus: no longer ignore test 504 which is working again The test is working again, because TCP blackholing is disabled. --- diff --git a/.cirrus.yml b/.cirrus.yml index 33ed1f85ca..4a541c9b05 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: