We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a244bb3 commit c976684Copy full SHA for c976684
1 file changed
src/xmlsec/test/p11_test.py
@@ -278,7 +278,8 @@ def test_open_session_no_pin(self):
278
if session is not None:
279
pk11._close_session(session)
280
281
- @unittest.skipIf(component_path['P11_MODULE'] is None, "SoftHSM PKCS11 module not installed")
+ # @unittest.skipIf(component_path['P11_MODULE'] is None, "SoftHSM PKCS11 module not installed")
282
+ @unittest.skip("SoftHSM PKCS11 module does not support 2 sessions")
283
def test_two_sessions(self):
284
session1 = None
285
session2 = None
0 commit comments