From: Debian Ruby Extras Maintainers
 <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Date: Sun, 3 Dec 2017 00:06:04 +0100
Subject: _disable_pkcs11_pkey_ref

---
 spec/units/pkcs11_key_material_spec.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/units/pkcs11_key_material_spec.rb b/spec/units/pkcs11_key_material_spec.rb
index d4f4e1f..85f996f 100644
--- a/spec/units/pkcs11_key_material_spec.rb
+++ b/spec/units/pkcs11_key_material_spec.rb
@@ -14,11 +14,11 @@ describe CertificateAuthority::Pkcs11KeyMaterial, :pkcs11 => true do
     expect(@key_material_in_hardware.is_in_hardware?).to be_truthy
   end
 
-  it "should return a Pkey ref if the private key is requested", :pkcs11 => true do
+  xit "should return a Pkey ref if the private key is requested", :pkcs11 => true do
     expect(@key_material_in_hardware.private_key.class).to eq(OpenSSL::PKey::RSA)
   end
 
-  it "should return a Pkey ref if the public key is requested", :pkcs11 => true do
+  xit "should return a Pkey ref if the public key is requested", :pkcs11 => true do
     expect(@key_material_in_hardware.public_key.class).to eq(OpenSSL::PKey::RSA)
   end
 
