1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Skip TestRunUnshareProc

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie 2015-09-23 09:21:03 -07:00
parent b0dc11127e
commit 03dce24137

View file

@ -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)