Commit c2e94d74 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'quarantine-vulnerability-spec' into 'master'

Quarantine vulnerability spec to reduce impact to master

See merge request gitlab-org/gitlab!67887
parents 2e34d546 5f759609
......@@ -131,7 +131,7 @@ RSpec.describe GitlabSchema.types['Vulnerability'] do
create(:vulnerabilities_flag, finding: vulnerability_with_finding.finding)
end
it 'returns true for false positive field' do
it 'returns true for false positive field', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/338073' do
vulnerabilities = subject.dig('data', 'project', 'vulnerabilities', 'nodes')
expect(vulnerabilities.first['falsePositive']).to be(true)
......
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