]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Mark the keyfromlabel&enginepkcs11 tests as xfail
authorNicki Křížek <nicki@isc.org>
Mon, 29 Jul 2024 11:14:46 +0000 (13:14 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 29 Jul 2024 14:55:01 +0000 (16:55 +0200)
The tests currently fail on debian:bookworm due to a bug in OpenSSL
3.0.13.

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

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