Browse code

Skip TestRunUnshareProc

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2015/09/24 01:21:03
Showing 1 changed files
... ...
@@ -2751,6 +2751,8 @@ func (s *DockerSuite) TestMountIntoSys(c *check.C) {
2751 2751
 }
2752 2752
 
2753 2753
 func (s *DockerSuite) TestRunUnshareProc(c *check.C) {
2754
+	c.Skip("unstable test: is apparmor in a container reliable?")
2755
+
2754 2756
 	// Not applicable on Windows as uses Unix specific functionality
2755 2757
 	testRequires(c, Apparmor, NativeExecDriver, DaemonIsLinux)
2756 2758