Merge pull request #155 from miaoyq/support-nonewprivileges

Support NoNewPrivileges
This commit is contained in:
Lantao Liu
2017-08-23 20:58:38 -07:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ DEFAULT_SKIP="\[Flaky\]|\[Slow\]|\[Serial\]"
DEFAULT_SKIP+="|runAsUser"
DEFAULT_SKIP+="|scheduling\sa\sGuaranteed\sPod"
DEFAULT_SKIP+="|scheduling\sa\sBurstable\sPod"
DEFAULT_SKIP+="|AllowPrivilegeEscalation"
DEFAULT_SKIP+="|scheduling\sa\sBestEffort\sPod"
DEFAULT_SKIP+="|querying\s\/stats\/summary"
DEFAULT_SKIP+="|set\sto\sthe\smanifest\sdigest"