Commit eea60f9a authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch...

Merge branch '207932-failure-in-ee-spec-lib-ee-gitlab-import_export-project_tree_restorer_spec-rb-1-2-1-6' into 'master'

Resolve "Failure in `ee/spec/lib/ee/gitlab/import_export/project_tree_restorer_spec.rb[1:2:1:6]`"

Closes #207932

See merge request gitlab-org/gitlab!25866
parents 42a2422a 25bc08e9
......@@ -30,7 +30,8 @@ RSpec.shared_examples 'restores project successfully' do |**results|
expect(project.issues.size).to eq(results.fetch(:issues, 0))
end
it 'does not set params that are excluded from import_export settings' do
# This test is quarantined because the use of magic number 999 causes failure on CI
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