Commit abf3f308 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'ml-skip-test-on-prod' into 'master'

Skip qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb on production

See merge request gitlab-org/gitlab!71529
parents 170046fe c2b4610e
......@@ -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