Commit 3d2893ec authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'quarantine-security-reports-spec' into 'master'

Quarantining security reports false positives spec

See merge request gitlab-org/gitlab!83575
parents bc4ad932 696234ac
......@@ -146,7 +146,11 @@ module QA
end
end
it 'displays false positives for the vulnerabilities', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/350412' do
it 'displays false positives for the vulnerabilities', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/350412',
quarantine: {
type: :flaky,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/351183'
} do
Page::Project::Menu.perform(&:click_project)
Page::Project::Menu.perform(&:click_on_vulnerability_report)
......
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