]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus: no longer ignore test 504 which is working again
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 13 Apr 2020 18:27:00 +0000 (20:27 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Mon, 13 Apr 2020 18:27:00 +0000 (20:27 +0200)
The test is working again, because TCP blackholing is disabled.

.cirrus.yml

index 33ed1f85ca1c9973dea6d3e0bcd8a38e651c40cf..4a541c9b053bde21faef756b145ca7582b1a2c02 100644 (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: