diff --git a/qa/qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb b/qa/qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb index ecd6e4d182875ba30f4b693c253026cc07abfb94..fe00c6d8fc078e1f196721f00bc4944f458ae20a 100644 --- a/qa/qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/10_govern/explain_this_vulnerability_spec.rb @@ -3,7 +3,10 @@ module QA RSpec.describe 'Govern', :runner, :external_api_calls, :external_ai_provider, 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 let(:vuln_name) { "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" } diff --git a/qa/qa/specs/features/ee/browser_ui/10_govern/resolve_this_vulnerability_spec.rb b/qa/qa/specs/features/ee/browser_ui/10_govern/resolve_this_vulnerability_spec.rb index 347c9198ac5d82ab25c9f40d063f2f1eb6d12208..d27ae2a959f02341fc4a25e699e932c65cb836c4 100644 --- a/qa/qa/specs/features/ee/browser_ui/10_govern/resolve_this_vulnerability_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/10_govern/resolve_this_vulnerability_spec.rb @@ -3,7 +3,10 @@ module QA RSpec.describe 'Govern', :runner, :external_api_calls, :external_ai_provider, 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 let(:vuln_name) { "Relative Path Traversal" } diff --git a/qa/qa/specs/features/ee/browser_ui/16_ai_powered/duo_chat/root_cause_analysis_with_duo_chat_spec.rb b/qa/qa/specs/features/ee/browser_ui/16_ai_powered/duo_chat/root_cause_analysis_with_duo_chat_spec.rb index a7710e1f31bb4c00683116ffba01ea71abaf9316..4776952c1df5b3443354ffbea529249eab039046 100644 --- a/qa/qa/specs/features/ee/browser_ui/16_ai_powered/duo_chat/root_cause_analysis_with_duo_chat_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/16_ai_powered/duo_chat/root_cause_analysis_with_duo_chat_spec.rb @@ -2,7 +2,10 @@ module QA 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 let(:executor) { "qa-runner-#{SecureRandom.hex(4)}" } let(:pipeline_job_name) { 'test-root-cause-analysis' } diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/merge_request/generate_commit_message_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/merge_request/generate_commit_message_spec.rb index dc217ba78d0216a214140c77edb8e593261a2f01..43f672e0f896b89885993b9a00bf0118fcc2e8d4 100644 --- a/qa/qa/specs/features/ee/browser_ui/3_create/merge_request/generate_commit_message_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/3_create/merge_request/generate_commit_message_spec.rb @@ -25,8 +25,10 @@ module QA context 'when editing' do it 'can be generated using GitLab Duo and merged', :external_ai_provider, only: - { pipeline: %i[staging staging-canary canary production] }, - testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/495408' do + { pipeline: %i[staging staging-canary canary production] }, quarantine: { + 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| merge_request.edit_commit_message merge_request.generate_commit