Skip TestRunUnshareProc

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Upstream-commit: 03dce24137c82caa04c215d983eac06a3edc084c
Component: engine
This commit is contained in:
Arnaud Porterie
2015-09-23 09:21:03 -07:00
parent 26c6a8d526
commit 64940b5f4a

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)