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
177bc25e
Commit
177bc25e
authored
Apr 10, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky specs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
fc1dfae4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
spec/features/issues/issue_sidebar_spec.rb
spec/features/issues/issue_sidebar_spec.rb
+1
-1
spec/features/issues/user_creates_branch_and_merge_request_spec.rb
...ures/issues/user_creates_branch_and_merge_request_spec.rb
+1
-1
spec/features/issues/user_interacts_with_awards_spec.rb
spec/features/issues/user_interacts_with_awards_spec.rb
+1
-1
spec/services/quick_actions/interpret_service_spec.rb
spec/services/quick_actions/interpret_service_spec.rb
+1
-1
No files found.
spec/features/issues/issue_sidebar_spec.rb
View file @
177bc25e
...
@@ -130,7 +130,7 @@ describe 'Issue Sidebar' do
...
@@ -130,7 +130,7 @@ describe 'Issue Sidebar' do
end
end
end
end
context
'creating a project label'
,
:js
do
context
'creating a project label'
,
:js
,
:quarantine
do
before
do
before
do
page
.
within
(
'.block.labels'
)
do
page
.
within
(
'.block.labels'
)
do
click_link
'Create project'
click_link
'Create project'
...
...
spec/features/issues/user_creates_branch_and_merge_request_spec.rb
View file @
177bc25e
...
@@ -29,7 +29,7 @@ describe 'User creates branch and merge request on issue page', :js do
...
@@ -29,7 +29,7 @@ describe 'User creates branch and merge request on issue page', :js do
end
end
# In order to improve tests performance, all UI checks are placed in this test.
# In order to improve tests performance, all UI checks are placed in this test.
it
'shows elements'
do
it
'shows elements'
,
:quarantine
do
button_create_merge_request
=
find
(
'.js-create-merge-request'
)
button_create_merge_request
=
find
(
'.js-create-merge-request'
)
button_toggle_dropdown
=
find
(
'.create-mr-dropdown-wrap .dropdown-toggle'
)
button_toggle_dropdown
=
find
(
'.create-mr-dropdown-wrap .dropdown-toggle'
)
...
...
spec/features/issues/user_interacts_with_awards_spec.rb
View file @
177bc25e
...
@@ -75,7 +75,7 @@ describe 'User interacts with awards' do
...
@@ -75,7 +75,7 @@ describe 'User interacts with awards' do
end
end
end
end
it
'shows the list of award emoji categories'
do
it
'shows the list of award emoji categories'
,
:quarantine
do
page
.
within
(
'.awards'
)
do
page
.
within
(
'.awards'
)
do
page
.
find
(
'.js-add-award'
).
click
page
.
find
(
'.js-add-award'
).
click
end
end
...
...
spec/services/quick_actions/interpret_service_spec.rb
View file @
177bc25e
...
@@ -529,7 +529,7 @@ describe QuickActions::InterpretService do
...
@@ -529,7 +529,7 @@ describe QuickActions::InterpretService do
let
(
:issuable
)
{
issue
}
let
(
:issuable
)
{
issue
}
end
end
it_behaves_like
'assign command'
do
it_behaves_like
'assign command'
,
:quarantine
do
let
(
:content
)
{
"/assign @
#{
developer
.
username
}
@
#{
developer2
.
username
}
"
}
let
(
:content
)
{
"/assign @
#{
developer
.
username
}
@
#{
developer2
.
username
}
"
}
let
(
:issuable
)
{
merge_request
}
let
(
:issuable
)
{
merge_request
}
end
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