Commit 81fc83ac authored by Mark Lapierre's avatar Mark Lapierre

Quarantine failing test while investigating

It's not clear what the cause is so I don't know how long it will take
to fix it.
parent 9bf12de4
......@@ -2,7 +2,7 @@
module QA
context 'Create' do
describe 'Design management' do
describe 'Design management', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/205205', type: :investigating } do
let(:issue) { Resource::Issue.fabricate_via_api! }
let(:design_filename) { 'banana_sample.gif' }
let(:design) { File.absolute_path(File.join('spec', 'fixtures', design_filename)) }
......
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