Skip to content
代码片段 群组 项目
未验证 提交 3f9610f5 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat 提交者: GitLab
浏览文件

Merge branch 'hm-quarantine-govern-specs-advance-filter-ff' into 'master'

Quarantine govern specs due to vulnerability_report_advanced_filtering FF

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153387



Merged-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Approved-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Co-authored-by: default avatarhmuralidhar <hmuralidhar@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -39,7 +39,11 @@ module QA ...@@ -39,7 +39,11 @@ module QA
end end
it 'validates "fix a vulnerability" workflow', it 'validates "fix a vulnerability" workflow',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/362599' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/362599',
quarantine: {
type: :stale,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/461959"
} do
run_new_pipeline(report: report_with_finding, pipeline_count: 1) run_new_pipeline(report: report_with_finding, pipeline_count: 1)
EE::Page::Project::Secure::SecurityDashboard.perform do |security_dashboard| EE::Page::Project::Secure::SecurityDashboard.perform do |security_dashboard|
......
...@@ -143,8 +143,12 @@ module QA ...@@ -143,8 +143,12 @@ module QA
end end
end end
it 'displays security reports in the group security dashboard', :smoke, it 'displays security reports in the group security dashboard',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348038' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348038',
quarantine: {
type: :stale,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/461959"
} do
push_security_reports push_security_reports
project.visit! project.visit!
wait_for_pipeline_success wait_for_pipeline_success
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册