1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Revert "Skip TestRunUnshareProc"

This reverts commit 03dce24137c82caa04c215d983eac06a3edc084c.

Signed-off-by: Eric Windisch <eric@windisch.us>
Upstream-commit: 1bf5fcd911a7f773a1f6c7511e977d87cca5b391
Component: engine
This commit is contained in:
Eric Windisch
2015-10-07 14:54:39 -04:00
committed by Alexander Morozov
parent 07479c944e
commit 5b2291ae91

View File

@@ -2853,8 +2853,6 @@ 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, DaemonIsLinux)