浏览代码

Skip TestRunUnshareProc

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 9 年之前
父节点
当前提交
03dce24137
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)