Description: Disable pkcs#11 tests, due to #846548
Author: Micah Anderson <micah@debian.org>
Forwarded: Yes
Last-Update: 2016-12-05

--- a/spec/units/pkcs11_key_material_spec.rb
+++ b/spec/units/pkcs11_key_material_spec.rb
@@ -14,11 +14,11 @@ describe CertificateAuthority::Pkcs11Key
     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
 
