Merge pull request #13566 from jfrazelle/fix-lxc-tests
skip test on lxc Upstream-commit: 7f6a7973cd12048a6518321d4d0eae55437a44e8 Component: engine
This commit is contained in:
@@ -1158,6 +1158,7 @@ func (s *DockerDaemonSuite) TestCleanupMountsAfterCrash(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestRunContainerWithBridgeNone(c *check.C) {
|
||||
testRequires(c, NativeExecDriver)
|
||||
c.Assert(s.d.StartWithBusybox("-b", "none"), check.IsNil)
|
||||
|
||||
out, err := s.d.Cmd("run", "--rm", "busybox", "ip", "l")
|
||||
|
||||
Reference in New Issue
Block a user