Commit 2f2c9865 authored by Tan Le's avatar Tan Le

Quarantine flaky project template feature tests

parent 6c82c693
...@@ -17,7 +17,7 @@ RSpec.describe 'Project' do ...@@ -17,7 +17,7 @@ RSpec.describe 'Project' do
sign_in user sign_in user
end end
it "defaults to correct namespace", :js do it "defaults to correct namespace", :js, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/223023' do
visit new_project_path visit new_project_path
find('#create-from-template-tab').click find('#create-from-template-tab').click
find('.custom-group-project-templates-tab').click find('.custom-group-project-templates-tab').click
......
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