From 0ef812eaac6cd015d36e7cc92f276d59f74efeab Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Mon, 4 Feb 2019 11:22:55 +0100
Subject: [PATCH] CI: allow test failures on bleeding edge

The UI will show the test failures as warnings (which we can
address).
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26764011..afe62f85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,6 +147,7 @@ build:bleeding-edge:
   <<: *bleeding_edge_env
   only:
     - schedules
+  allow_failure: true
 
 ## Test Jobs
 
@@ -210,6 +211,7 @@ test:bleeding-edge:
     - build:bleeding-edge
   only:
     - schedules
+  allow_failure: true
 
 ## Documentation building
 
-- 
GitLab