From c75d9734e790ae50f5502960fce972afcffe553c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Mon, 26 Aug 2024 10:09:41 +0200 Subject: [PATCH] Revert "Mark the keyfromlabel&enginepkcs11 tests as xfail" This reverts commit ff983ed647ae2b4e9f949b3f094b9b2958f263a4. --- bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py | 3 --- bin/tests/system/keyfromlabel/tests_sh_keyfromlabel.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py b/bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py index 5a022c85e3..334142dde2 100644 --- a/bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py +++ b/bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py @@ -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() diff --git a/bin/tests/system/keyfromlabel/tests_sh_keyfromlabel.py b/bin/tests/system/keyfromlabel/tests_sh_keyfromlabel.py index 07ee88ca63..9cbf56e125 100644 --- a/bin/tests/system/keyfromlabel/tests_sh_keyfromlabel.py +++ b/bin/tests/system/keyfromlabel/tests_sh_keyfromlabel.py @@ -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()