From 26c6933dbb9d63c69cf634f0bd30a2fd887d3e27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sat, 20 Jun 2020 07:07:25 +0200
Subject: [PATCH] Allow pypy3 Gitlab CI to fail for now

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf750339..10027314 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,6 +179,8 @@ PyPy3 POCL:
   - 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