mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
Allow unit tests to fail on AlmaLinux 8
The doh unit test has been timing out recently and we don't have a fix for it yet. Mark it as warning rather than a hard failure, since it's a known issue. Related #5448
This commit is contained in:
parent
89473898ff
commit
5423bae2dc
1 changed files with 1 additions and 0 deletions
|
|
@ -887,6 +887,7 @@ unit:gcc:almalinux8:amd64:
|
|||
needs:
|
||||
- job: gcc:almalinux8:amd64
|
||||
artifacts: true
|
||||
allow_failure: true # remove once GL#5448 is fixed
|
||||
|
||||
# Jobs for regular GCC builds on Alma Linux 9 (amd64)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue