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
f762771d
Commit
f762771d
authored
Jan 21, 2021
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'quarantine-flaky-tests' into 'master'
Quarantine flaky tests See merge request gitlab-org/gitlab!52219
parents
409a76e1
7c8d80ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/spec/features/epics/epic_show_spec.rb
ee/spec/features/epics/epic_show_spec.rb
+2
-2
No files found.
ee/spec/features/epics/epic_show_spec.rb
View file @
f762771d
...
...
@@ -67,7 +67,7 @@ RSpec.describe 'Epic show', :js do
wait_for_requests
end
it
'shows Roadmap timeline with child epics'
do
it
'shows Roadmap timeline with child epics'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/299298'
do
page
.
within
(
'.js-epic-tabs-content #roadmap'
)
do
expect
(
page
).
to
have_selector
(
'.roadmap-container .js-roadmap-shell'
)
...
...
@@ -83,7 +83,7 @@ RSpec.describe 'Epic show', :js do
expect
(
find
(
'.js-noteable-awards'
)).
to
have_selector
(
'.js-discussion-filter-container'
,
visible:
false
)
end
it
'has no limit on container width'
do
it
'has no limit on container width'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/299440'
do
expect
(
find
(
'.content-wrapper .container-fluid:not(.breadcrumbs)'
)[
:class
]).
not_to
include
(
'container-limited'
)
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