Commit c2b4610e authored by Mark Lapierre's avatar Mark Lapierre

Skip a test on production

The test is failing because there are too many subgroups in the sandbox
parent 9f661a90
......@@ -147,7 +147,9 @@ module QA
Page::Project::New.perform(&:go_to_create_from_template_group_tab)
end
it 'successfully imports the project using template', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/1312' do
# Skip this test in production until the number of subgroups is back to normal
# See https://gitlab.com/gitlab-org/gitlab/-/issues/341930
it 'successfully imports the project using template', except: :production, testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/1312' do
Page::Project::New.perform do |new_page|
expect(new_page.group_template_tab_badge_text).to eq "1"
expect(new_page).to have_text(@template_container_group_name)
......
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