Commit e5fe22d8 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bwill/quaratine-expired-cert-test' into 'master'

Quaratine X.509 test with expired certificate

See merge request gitlab-org/gitlab!76370
parents 17fcf11c 6c17434c
......@@ -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