chg: test: Re-enable keyfromlabel&enginepkcs11 tests

Closes #4814

Merge branch '4814-reenable-keyfromlabel-enginepkcs11-tests' into 'bind-9.18'

See merge request isc-projects/bind9!9412
This commit is contained in:
Nicki Křížek 2024-08-26 08:49:27 +00:00
commit 91c8693f7a
2 changed files with 0 additions and 6 deletions

View file

@ -9,9 +9,6 @@
# 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,9 +9,6 @@
# 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()