diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 862381cb235e9fb2ecf16a7f0e1f3c5746ddab08..f439f736bc71f3566f70fe9cf3a98e6e301f1c48 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -336,6 +336,10 @@ test:ubuntu-20.04: python3 tests/pressure-vessel/containers.py test:archlinux: + # Temporarily not a blocker because our Docker's seccomp profiles + # don't know about faccess2() yet, and new Arch glibc relies on that + allow_failure: true + extends: .test_template image: archlinux:latest # Do not use the global before_script because it is only for Debian based