[9.18] chg: test: Mark the keyfromlabel&enginepkcs11 tests as xfail

The tests currently fail on debian:bookworm due to a bug in OpenSSL 3.0.13.

Related #4814

Merge branch '4814-allow-keyfromlabel-failure' into 'bind-9.18'

See merge request isc-projects/bind9!9179
This commit is contained in:
Nicki Křížek 2024-07-29 19:15:09 +00:00
commit 0d1962b494
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,9 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
import pytest
@pytest.mark.xfail(reason="openssl bug causes failure on bookworm [GL #4814]")
def test_enginepkcs11(run_tests_sh):
run_tests_sh()

View file

@ -9,6 +9,9 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
import pytest
@pytest.mark.xfail(reason="openssl bug causes failure on bookworm [GL #4814]")
def test_keyfromlabel(run_tests_sh):
run_tests_sh()