]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Allow failure of cross-version-config test
authorTom Krizek <tkrizek@isc.org>
Thu, 29 Feb 2024 09:53:41 +0000 (10:53 +0100)
committerNicki Křížek <nicki@isc.org>
Thu, 9 May 2024 15:08:10 +0000 (17:08 +0200)
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

index 3cb73e0d2e897628fa0ee3d34df2311cf9c8e20b..27dcb698c75e56d9eba680d52b49543a5a12235d 100644 (file)
@@ -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)