]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Allow unit tests to fail on AlmaLinux 8
authorNicki Křížek <nicki@isc.org>
Wed, 6 Aug 2025 10:38:32 +0000 (12:38 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 6 Aug 2025 10:38:32 +0000 (12:38 +0200)
commit0d344ac5fb3a534b89f5f9ce796ef6da88685f2d
tree187efa903f31e8784d86469f36e2aca3541c193e
parent89473898ffcc6e388b9b004a32d7f0e33f1fb84d
parent5423bae2dc8d80ceb76a1502ac04900df75cbbf1
fix: ci: 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

Merge branch '5448-allow-failure-unit-almalinux8-doh' into 'main'

See merge request isc-projects/bind9!10835