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
0c8ca166
Commit
0c8ca166
authored
Oct 10, 2019
by
Victor Zagorodny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary pending example
parent
b89d998f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
ee/spec/finders/security/vulnerability_findings_finder_spec.rb
...ec/finders/security/vulnerability_findings_finder_spec.rb
+0
-16
No files found.
ee/spec/finders/security/vulnerability_findings_finder_spec.rb
View file @
0c8ca166
...
@@ -79,22 +79,6 @@ describe Security::VulnerabilityFindingsFinder do
...
@@ -79,22 +79,6 @@ describe Security::VulnerabilityFindingsFinder do
end
end
end
end
# FIXME: unskip when this filter is implemented
context
'by dismissals'
do
let!
(
:dismissal
)
do
create
(
:vulnerability_feedback
,
:sast
,
:dismissal
,
pipeline:
pipeline1
,
project:
project1
,
project_fingerprint:
finding1
.
project_fingerprint
)
end
let
(
:params
)
{
{
hide_dismissed:
true
}
}
skip
'exclude dismissal'
do
is_expected
.
to
contain_exactly
(
finding2
,
finding3
,
finding4
)
end
end
context
'by all filters'
do
context
'by all filters'
do
context
'with found entity'
do
context
'with found entity'
do
let
(
:params
)
{
{
severity:
%w[high medium low]
,
project_id:
[
project1
.
id
,
project2
.
id
],
report_type:
%w[sast dast]
}
}
let
(
:params
)
{
{
severity:
%w[high medium low]
,
project_id:
[
project1
.
id
,
project2
.
id
],
report_type:
%w[sast dast]
}
}
...
...
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