Mark the keyfromlabel&enginepkcs11 tests as xfail

The tests currently fail on debian:bookworm due to a bug in OpenSSL
3.0.13.
This commit is contained in:
Nicki Křížek 2024-07-29 13:14:46 +02:00
parent d40f9c1f74
commit ff983ed647
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7
2 changed files with 6 additions and 0 deletions

View file

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