-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] privileged and privileged_containers tests have very similar pass messages #1200
Comments
@HashNuke @denverwilliams @agentpoyo are these duplicate tests? |
The description in the code is the same for these two tests as well See:
And:
|
Yes, I believe they are performing the same basic check of whether the containers are in privileged mode or not, we should pick one and remove one. @taylor |
This duplicity in tests was removed by #2119. |
Describe the bug
privileged
andprivileged_containers
tests have very similar pass messages. Making it harder to identify what was tested.privileged
test has the following pass messageprivileged_containers
test has the following pass messageWhen the workload tests are run, the output looks like below.
To Reproduce
Expected behaviour
The text was updated successfully, but these errors were encountered: