From 16eb222ff70c5e8ed9a41dda3ce18f95e03909df Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 22 Nov 2019 09:27:03 +0100
Subject: [PATCH] allow 8.11 job to fail while we investigate

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2eecabff..e25090bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ build-coq.8.11.dev:
   variables:
     OPAM_PINS: "coq version 8.11.dev"
     CI_COQCHK: "1"
+  allow_failure: true # FIXME https://github.com/coq/coq/issues/11161
 
 build-coq.8.10.1:
   <<: *template
-- 
GitLab