Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
25bc08e9
Commit
25bc08e9
authored
Feb 25, 2020
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add issue url to quarantine tag
parent
33f4186f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
spec/support/shared_examples/lib/gitlab/import_export/project_tree_restorer_shared_examples.rb
...ab/import_export/project_tree_restorer_shared_examples.rb
+1
-2
No files found.
spec/support/shared_examples/lib/gitlab/import_export/project_tree_restorer_shared_examples.rb
View file @
25bc08e9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment