This reverts commit 03dce24137c82caa04c215d983eac06a3edc084c.
Signed-off-by: Eric Windisch <eric@windisch.us>
| ... | ... |
@@ -2853,8 +2853,6 @@ func (s *DockerSuite) TestMountIntoSys(c *check.C) {
|
| 2853 | 2853 |
} |
| 2854 | 2854 |
|
| 2855 | 2855 |
func (s *DockerSuite) TestRunUnshareProc(c *check.C) {
|
| 2856 |
- c.Skip("unstable test: is apparmor in a container reliable?")
|
|
| 2857 |
- |
|
| 2858 | 2856 |
// Not applicable on Windows as uses Unix specific functionality |
| 2859 | 2857 |
testRequires(c, Apparmor, DaemonIsLinux) |
| 2860 | 2858 |
|