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
052cf6af
Commit
052cf6af
authored
Oct 01, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky tests
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
387ae1dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/features/issuables/markdown_references/internal_references_spec.rb
...issuables/markdown_references/internal_references_spec.rb
+4
-4
No files found.
spec/features/issuables/markdown_references/internal_references_spec.rb
View file @
052cf6af
...
...
@@ -25,7 +25,7 @@ RSpec.describe "Internal references", :js do
add_note
(
"#
#{
public_project_issue
.
to_reference
(
private_project
)
}
"
)
end
context
"when user doesn't have access to private project"
do
context
"when user doesn't have access to private project"
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/257832'
do
before
do
sign_in
(
public_project_user
)
...
...
@@ -52,7 +52,7 @@ RSpec.describe "Internal references", :js do
visit
(
project_issue_path
(
public_project
,
public_project_issue
))
end
it
"doesn't show any references"
do
it
"doesn't show any references"
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/257832'
do
page
.
within
(
".issue-details"
)
do
expect
(
page
).
not_to
have_content
(
"#merge-requests .merge-requests-title"
)
end
...
...
@@ -94,7 +94,7 @@ RSpec.describe "Internal references", :js do
add_note
(
"#
#{
public_project_merge_request
.
to_reference
(
private_project
)
}
"
)
end
context
"when user doesn't have access to private project"
do
context
"when user doesn't have access to private project"
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/257832'
do
before
do
sign_in
(
public_project_user
)
...
...
@@ -121,7 +121,7 @@ RSpec.describe "Internal references", :js do
visit
(
project_merge_request_path
(
public_project
,
public_project_merge_request
))
end
it
"doesn't show any references"
do
it
"doesn't show any references"
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/257832'
do
page
.
within
(
".merge-request-details"
)
do
expect
(
page
).
not_to
have_content
(
"#merge-requests .merge-requests-title"
)
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