From 138658c7dffc7004043905eba8117cc987b571ad Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 20 Aug 2018 11:04:11 -0500 Subject: [PATCH] [pybind] Re-allow failure on the pypy tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61dd91a0..5ca50bd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,6 +188,8 @@ PyPy POCL: - export NO_DOCTESTS=1 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" + + allow_failure: true tags: - pypy - pocl -- GitLab