From b99cdfab9d012bce63dff8463eae87772034138a Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Thu, 29 Feb 2024 10:53:41 +0100 Subject: [PATCH] Allow failure of cross-version-config test The test is bound to fail until it is executed against a new release which will include the pytest env var refactoring. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cb73e0d2e..27dcb698c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -720,6 +720,7 @@ cross-version-config-tests: untracked: true expire_in: "1 day" when: always + allow_failure: true # pytest env variable refactoring # Jobs for regular GCC builds on Alpine Linux 3.19 (amd64)