From 03dce24137c82caa04c215d983eac06a3edc084c Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Wed, 23 Sep 2015 09:21:03 -0700 Subject: [PATCH] Skip TestRunUnshareProc Signed-off-by: Arnaud Porterie --- integration-cli/docker_cli_run_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 1b1d8f445d..ebc3b816ac 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -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)