Skip to content
Snippets Groups Projects
Unverified Commit 7a89e5df authored by Rémy Coutable's avatar Rémy Coutable Committed by Robert Speicher
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment