# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1605440257 -3600
#      Sun Nov 15 12:37:37 2020 +0100
# Node ID c743e54c0571ea9839c024a4375ac1ee25862690
# Parent  f1a2babb7510dec94312aaf7ae26af0b627019e3
Heptapod CI: allow failures in the `hg-default` test

Same as done yesterday with py-heptapod, we can't make it a blocker
that the tests pass against the current head of the Mercurial default
branch.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,5 +54,6 @@
 tests-hg-default:
   extends:
     - .tests
+  allow_failure: true
   stage: compat
   image: ${BASE_IMAGES_COLLECTION}/hg-default:${BASE_IMAGES_TAG}