aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-16 22:21:37 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-17 09:55:35 +0100
commitd83402813b624d9067416bea2e7feb70a358cf65 (patch)
treef5fdef70706ab5678f7e2e10bf4b085978d9321e /.cirrus.yml
parent8a2b36df5be258db32d05a0466554150d3fabfb2 (diff)
CI: stop ignoring 323, it is disabled
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 734c5a8c9..058cd1753 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -44,8 +44,8 @@ task:
- SKIP_TESTS=''
- uname -r
- case `uname -r` in
- 13.0*) SKIP_TESTS='!323 !1242 !1243 !2002 !2003';;
- 12.1*) SKIP_TESTS='!323 !1242 !1243 !2002 !2003';;
+ 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';;
10.4*) SKIP_TESTS='!310 !311 !312 !313 !1082 !1242 !1243 !2002 !2003 !2034 !2035 !2037 !2038 !2041 !2042 !2048 !3000 !3001';;
esac