Skip to content
代码片段 群组 项目
未验证 提交 644d645b 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: GitLab
浏览文件

Merge branch 'e2e-quarantine-duo-enterprise-specs' into 'master'

E2E: Quarantine Duo Enterprise Specs

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



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarValerie Burton <vburton@gitlab.com>
Co-authored-by: default avatarJay McCure <jmccure@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
module QA module QA
RSpec.describe 'Govern', :runner, :external_api_calls, :external_ai_provider, RSpec.describe 'Govern', :runner, :external_api_calls, :external_ai_provider,
only: { pipeline: %i[staging staging-canary canary production] }, only: { pipeline: %i[staging staging-canary canary production] },
product_group: :threat_insights do product_group: :threat_insights, quarantine: {
type: :stale,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/496560'
} do
describe 'Vulnerability Report' do describe 'Vulnerability Report' do
let(:vuln_name) { "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" } let(:vuln_name) { "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" }
......
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
module QA module QA
RSpec.describe 'Govern', :runner, :external_api_calls, :external_ai_provider, RSpec.describe 'Govern', :runner, :external_api_calls, :external_ai_provider,
only: { pipeline: %i[staging staging-canary canary production] }, only: { pipeline: %i[staging staging-canary canary production] },
product_group: :threat_insights do product_group: :threat_insights, quarantine: {
type: :stale,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/496560'
} do
describe 'Vulnerability Report' do describe 'Vulnerability Report' do
let(:vuln_name) { "Relative Path Traversal" } let(:vuln_name) { "Relative Path Traversal" }
......
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
module QA module QA
RSpec.describe 'Ai-powered', :runner, :requires_admin, :external_ai_provider, product_group: :pipeline_execution, RSpec.describe 'Ai-powered', :runner, :requires_admin, :external_ai_provider, product_group: :pipeline_execution,
only: { pipeline: %i[staging staging-canary] } do only: { pipeline: %i[staging staging-canary] }, quarantine: {
type: :stale,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/496560'
} do
describe 'Troubleshooting failed CI job' do describe 'Troubleshooting failed CI job' do
let(:executor) { "qa-runner-#{SecureRandom.hex(4)}" } let(:executor) { "qa-runner-#{SecureRandom.hex(4)}" }
let(:pipeline_job_name) { 'test-root-cause-analysis' } let(:pipeline_job_name) { 'test-root-cause-analysis' }
......
...@@ -25,8 +25,10 @@ module QA ...@@ -25,8 +25,10 @@ module QA
context 'when editing' do context 'when editing' do
it 'can be generated using GitLab Duo and merged', :external_ai_provider, only: it 'can be generated using GitLab Duo and merged', :external_ai_provider, only:
{ pipeline: %i[staging staging-canary canary production] }, { pipeline: %i[staging staging-canary canary production] }, quarantine: {
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/495408' do type: :stale,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/496560'
}, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/495408' do
Page::MergeRequest::Show.perform do |merge_request| Page::MergeRequest::Show.perform do |merge_request|
merge_request.edit_commit_message merge_request.edit_commit_message
merge_request.generate_commit merge_request.generate_commit
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册