summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-04-13 20:27:00 +0200
committerMarc Hoersken <info@marc-hoersken.de>2020-04-13 20:27:00 +0200
commit50842c1b32add07434a79959345595560c93fadf (patch)
treea6173692cbfb0e6252c7aa3c6c4480bc55cce016 /.cirrus.yml
parent93772465b86379f22b8306b7a309d36bee83b109 (diff)
downloadcurl-50842c1b32add07434a79959345595560c93fadf.tar.gz
cirrus: no longer ignore test 504 which is working again
The test is working again, because TCP blackholing is disabled.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 33ed1f85c..4a541c9b0 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: