mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Skip TestRunUnshareProc
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
@@ -2751,6 +2751,8 @@ func (s *DockerSuite) TestMountIntoSys(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunUnshareProc(c *check.C) {
|
||||
c.Skip("unstable test: is apparmor in a container reliable?")
|
||||
|
||||
// Not applicable on Windows as uses Unix specific functionality
|
||||
testRequires(c, Apparmor, NativeExecDriver, DaemonIsLinux)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user