Commit 270c9225 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'acunskis-multiple-or-quarantine' into 'master'

E2E: Quarantine issue migration spec on staging

See merge request gitlab-org/gitlab!79604
parents a63c509a 5ee2969c
......@@ -3,7 +3,11 @@
require_relative 'gitlab_project_migration_common'
module QA
RSpec.describe 'Manage', :requires_admin do
RSpec.describe 'Manage', :requires_admin, quarantine: {
only: { subdomain: :staging },
type: :investigating,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/351596'
} do
describe 'Gitlab migration' do
include_context 'with gitlab project migration'
......
......@@ -2,12 +2,9 @@
module QA
RSpec.shared_context 'with gitlab project migration', quarantine: {
only: { job: 'praefect', subdomain: :staging },
only: { job: 'praefect' },
type: :investigating,
issue: [
'https://gitlab.com/gitlab-org/gitlab/-/issues/348999',
'https://gitlab.com/gitlab-org/gitlab/-/issues/350965'
]
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/348999'
} do
let(:source_project_with_readme) { false }
let(:import_wait_duration) { { max_duration: 300, sleep_interval: 2 } }
......
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