Commit 25bc08e9 authored by Albert Salim's avatar Albert Salim

Add issue url to quarantine tag

parent 33f4186f
......@@ -31,8 +31,7 @@ RSpec.shared_examples 'restores project successfully' do |**results|
end
# This test is quarantined because the use of magic number 999 causes failure on CI
# https://gitlab.com/gitlab-org/gitlab/issues/207932#note_293724442
it 'does not set params that are excluded from import_export settings', :quarantine do
it 'does not set params that are excluded from import_export settings', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/207932#note_293724442' do
expect(project.import_type).to be_nil
expect(project.creator_id).not_to eq 999
end
......
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