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
cfc2adea
Commit
cfc2adea
authored
Jan 20, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine tests that are very flaky
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
29c46433
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ee/spec/features/issues/form_spec.rb
ee/spec/features/issues/form_spec.rb
+1
-1
spec/features/merge_request/user_posts_diff_notes_spec.rb
spec/features/merge_request/user_posts_diff_notes_spec.rb
+1
-1
spec/features/merge_request/user_sees_diff_spec.rb
spec/features/merge_request/user_sees_diff_spec.rb
+1
-1
spec/support/features/discussion_comments_shared_example.rb
spec/support/features/discussion_comments_shared_example.rb
+1
-1
No files found.
ee/spec/features/issues/form_spec.rb
View file @
cfc2adea
...
...
@@ -52,7 +52,7 @@ describe 'New/edit issue', :js do
wait_for_requests
end
it
'displays selected users even if they are not part of the original API call'
do
it
'displays selected users even if they are not part of the original API call'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/issues/28634'
do
find
(
'.dropdown-input-field'
).
native
.
send_keys
user2
.
name
page
.
within
'.dropdown-menu-user'
do
...
...
spec/features/merge_request/user_posts_diff_notes_spec.rb
View file @
cfc2adea
...
...
@@ -56,7 +56,7 @@ describe 'Merge request > User posts diff notes', :js do
end
context
'with an unchanged line on the left and an unchanged line on the right'
do
it
'allows commenting on the left side'
do
it
'allows commenting on the left side'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/issues/196826'
do
should_allow_commenting
(
find
(
'[id="2f6fcd96b88b36ce98c38da085c795a27d92a3dd_7_7"]'
,
match: :first
).
find
(
:xpath
,
'..'
),
'left'
)
end
...
...
spec/features/merge_request/user_sees_diff_spec.rb
View file @
cfc2adea
...
...
@@ -76,7 +76,7 @@ describe 'Merge request > User sees diff', :js do
end
context
'as user who needs to fork'
do
it
'shows fork/cancel confirmation'
,
:sidekiq_might_not_need_inline
do
it
'shows fork/cancel confirmation'
,
:sidekiq_might_not_need_inline
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/issues/196749'
do
sign_in
(
user
)
visit
diffs_project_merge_request_path
(
project
,
merge_request
)
...
...
spec/support/features/discussion_comments_shared_example.rb
View file @
cfc2adea
...
...
@@ -269,7 +269,7 @@ shared_examples 'thread comments' do |resource_name|
end
end
it
'has "Comment" selected when opening the menu'
do
it
'has "Comment" selected when opening the menu'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/issues/196825'
do
find
(
toggle_selector
).
click
find
(
"
#{
menu_selector
}
li"
,
match: :first
)
...
...
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