mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
skipping test TestRunCapAddSYSTIME on lxc
Signed-off-by: Mohammed Aaqib Ansari <maaquib@gmail.com>
This commit is contained in:
parent
8f2dca5386
commit
84c9a6684f
1 changed files with 2 additions and 0 deletions
|
@ -2777,5 +2777,7 @@ func (s *DockerSuite) TestAppArmorTraceSelf(c *check.C) {
|
|||
}
|
||||
|
||||
func (s *DockerSuite) TestRunCapAddSYSTIME(c *check.C) {
|
||||
testRequires(c, NativeExecDriver)
|
||||
|
||||
dockerCmd(c, "run", "--cap-drop=ALL", "--cap-add=SYS_TIME", "busybox", "sh", "-c", "grep ^CapEff /proc/self/status | sed 's/^CapEff:\t//' | grep ^0000000002000000$")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue