From 16cb551727c2ac29048e66b192804da42fb7d253 Mon Sep 17 00:00:00 2001
From: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com>
Date: Wed, 9 Oct 2024 09:58:33 +0100
Subject: [PATCH] Revert "ci: Allow abi-test to fail."

After #25304, the abi-test with interface and object determinism
succeeds.

This reverts commit 7b37afc9f3e79559055488998ee73187886a0e00.

(cherry picked from commit e39c8c993c1da534c5893ca418d1fa4cbb9e0a0a)
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c121ed06d63..a36ad110abf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1007,8 +1007,6 @@ perf:
 ############################################################
 
 abi-test:
-  # see #12935 for remaining work
-  allow_failure: true
   stage: testing
   needs:
     - job: x86_64-linux-fedora33-release
-- 
GitLab