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
3cddb819
Commit
3cddb819
authored
Dec 25, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not skip regenerated report move
parent
06d92b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
qa/spec/spec_helper.rb
qa/spec/spec_helper.rb
+3
-4
No files found.
qa/spec/spec_helper.rb
View file @
3cddb819
...
...
@@ -65,11 +65,10 @@ RSpec.configure do |config|
end
config
.
after
(
:suite
)
do
|
suite
|
# If any tests failed, leave the resources behind to help troubleshoot
next
if
suite
.
reporter
.
failed_examples
.
present?
QA
::
Resource
::
ReusableProject
.
remove_all_via_api!
QA
::
Tools
::
KnapsackReport
.
move_regenerated_report
if
QA
::
Runtime
::
Env
.
knapsack?
# If any tests failed, leave the resources behind to help troubleshoot
QA
::
Resource
::
ReusableProject
.
remove_all_via_api!
unless
suite
.
reporter
.
failed_examples
.
present?
end
config
.
expect_with
:rspec
do
|
expectations
|
...
...
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