Revert "Mark the keyfromlabel&enginepkcs11 tests as xfail"

This reverts commit ff983ed647.
This commit is contained in:
Nicki Křížek
2024-08-26 10:09:41 +02:00
parent b4d1988c28
commit c75d9734e7
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()