Commit 717ed684 authored by Tanya Pazitny's avatar Tanya Pazitny

Merge branch 'acunskis-quarantine-import-praefect' into 'master'

E2E: Quarantine project import tests on praefect environments

See merge request gitlab-org/gitlab!77344
parents 9fe7ca49 05405010
......@@ -4,7 +4,11 @@ module QA
# run only base UI validation on staging because test requires top level group creation which is problematic
# on staging environment
RSpec.describe 'Manage', :requires_admin, except: { subdomain: :staging } do
describe 'Gitlab migration' do
describe 'Gitlab migration', quarantine: {
only: { job: "praefect-parallel" },
type: :investigating,
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 } }
let(:admin_api_client) { Runtime::API::Client.as_admin }
......
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