]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Mark the keyfromlabel&enginepkcs11 tests as xfail"
authorNicki Křížek <nicki@isc.org>
Mon, 26 Aug 2024 08:09:41 +0000 (10:09 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 26 Aug 2024 08:09:41 +0000 (10:09 +0200)
This reverts commit ff983ed647ae2b4e9f949b3f094b9b2958f263a4.

bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py
bin/tests/system/keyfromlabel/tests_sh_keyfromlabel.py

index 5a022c85e360d7e98e38c9185b4bedd7efaa49be..334142dde2c3056351c3e1a6a15ee3d0aa590538 100644 (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()
index 07ee88ca6369a445664a24f241bb930ac80b122b..9cbf56e125dd6a20ed9a428d0d7a46e5152f995c 100644 (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()