Browse Source

Skip TestRunUnshareProc

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 9 years ago
parent
commit
03dce24137
1 changed files with 2 additions and 0 deletions
  1. 2 0
      integration-cli/docker_cli_run_test.go

+ 2 - 0
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)