summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
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: