From 722ab9b218d835d3b0c85e18eaeb4dd68141820a Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 2 Apr 2024 15:46:18 +0100
Subject: [PATCH] Issue follow-up by #3422641 by acbramley, catch: Add a
 "Validatable config" tests job to GitLab CI to help core evolve towards 100%
 validatability

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cee8b12d2d77..6756a6c25626 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,6 +448,8 @@ default:
       - 100
       # `drush pm:install config_inspector …` fails (implies failure during module installation)
       - 101
+      # Temporarily allow this to fail as there's are bugs with adding/removing/modifying config schemas.
+      - 1
   script:
     # Revert back to the tip of the branch this MR started from.
     - git checkout -f $CI_MERGE_REQUEST_DIFF_BASE_SHA
-- 
GitLab