Commit cbe851e1 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'quarantine-flaky-spec' into 'master'

Quarantine a flaky spec

See merge request gitlab-org/gitlab!36295
parents ca0b5d85 13023737
......@@ -65,7 +65,7 @@ RSpec.describe 'User uploads new design', :js do
visit project_issue_path(project, issue)
end
it 'uploads designs' do
it 'uploads designs', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/225616' do
attach_file(:design_file, logo_fixture, make_visible: true)
expect(page).to have_selector('.js-design-list-item', count: 1)
......
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