-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark all tests in security directory as security #672
base: master
Are you sure you want to change the base?
Conversation
d4c1571
to
82ca8b0
Compare
@CAS-Linux-Jenkins retest this please |
Codecov Report
@@ Coverage Diff @@
## master #672 +/- ##
==========================================
- Coverage 63.87% 63.48% -0.40%
==========================================
Files 89 89
Lines 9974 9974
==========================================
- Hits 6371 6332 -39
- Misses 3603 3642 +39
|
Signed-off-by: Jan Musial <[email protected]>
82ca8b0
to
447f9a2
Compare
long: long, do not run by default | ||
addopts = --ignore=tests/security -m "not long" | ||
addopts = -m "not long and not security" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so now no security test will run in CI? this would disable a couple tests
Signed-off-by: Jan Musial [email protected]
This change is