Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
| ... | ... |
@@ -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 |
|