Commit e10ab985 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'caalberts-quarantine-e2e-transfer-project' into 'master'

Quarantine qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb:46

See merge request gitlab-org/gitlab!50236
parents 18a0f49a aa66a099
......@@ -43,7 +43,9 @@ module QA
end
end
it 'user transfers a project between groups', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/406' do
it 'user transfers a project between groups',
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/406',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/283925', type: :investigating, only: :production } do
# Retry is needed here as the target group is not avaliable for transfer right away.
QA::Support::Retrier.retry_on_exception(reload_page: page) do
Page::File::Show.perform(&:go_to_general_settings)
......
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