Commit 7a89e5df authored by Rémy Coutable's avatar Rémy Coutable Committed by Robert Speicher

Merge branch '33216-quarantine-ECDSA' into 'master'

Quarantine some ECDSA related tests due to bumping openssl

See merge request gitlab-org/gitlab!18016
parent f33961a3
......@@ -160,7 +160,7 @@ describe PagesDomain do
end
context 'when curve is set explicitly by parameters' do
it 'adds errors to private key' do
it 'adds errors to private key', :quarantine do
domain = build(:pages_domain, :explicit_ecdsa)
expect(domain).to be_invalid
......
......@@ -43,7 +43,7 @@ describe NamedEcdsaKeyValidator do
context 'with ECDSA certificate with explicit curve params' do
let(:value) { attributes_for(:pages_domain, :explicit_ecdsa)[:key] }
it 'adds errors' do
it 'adds errors', :quarantine do
expect(value).to be_present
subject
......
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