Commit 6c17434c authored by Brian Williams's avatar Brian Williams

Quaratine X.509 test with expired certificate

This test is currently failing due to an expired certificate being used
as a test fixture. Qurantining this test until we can figure out how to
generate new certificates.
parent 3c2295b3
......@@ -228,7 +228,7 @@ RSpec.describe Clusters::Platforms::Kubernetes do
ca_pem: cert_chain)
end
it 'includes chain of certificates' do
it 'includes chain of certificates', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/347425' do
cert1_file = File.read(Rails.root.join('spec/fixtures/clusters/root_certificate.pem'))
cert1 = OpenSSL::X509::Certificate.new(cert1_file)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment