Commit 27843532 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-quarantine-create-mr-via-secure' into 'master'

Quarantine create MR with secure spec

See merge request gitlab-org/gitlab!20921
parents d6db5727 3bfca45b
......@@ -3,7 +3,10 @@
require 'pathname'
module QA
context 'Secure', :docker do
# https://gitlab.com/gitlab-org/gitlab/issues/37231
# https://gitlab.com/gitlab-org/gitlab/issues/36822
# https://gitlab.com/gitlab-org/gitlab/issues/36559
context 'Secure', :docker, :quarantine do
describe 'Security Reports in a Merge Request' do
let(:sast_vuln_count) { 33 }
let(:dependency_scan_vuln_count) { 4 }
......
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