mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:00:00 -04:00
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:
commit
91c8693f7a
2 changed files with 0 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue