mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13566 from jfrazelle/fix-lxc-tests
skip test on lxc
This commit is contained in:
commit
7f6a7973cd
1 changed files with 1 additions and 0 deletions
|
@ -1158,6 +1158,7 @@ func (s *DockerDaemonSuite) TestCleanupMountsAfterCrash(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DockerDaemonSuite) TestRunContainerWithBridgeNone(c *check.C) {
|
func (s *DockerDaemonSuite) TestRunContainerWithBridgeNone(c *check.C) {
|
||||||
|
testRequires(c, NativeExecDriver)
|
||||||
c.Assert(s.d.StartWithBusybox("-b", "none"), check.IsNil)
|
c.Assert(s.d.StartWithBusybox("-b", "none"), check.IsNil)
|
||||||
|
|
||||||
out, err := s.d.Cmd("run", "--rm", "busybox", "ip", "l")
|
out, err := s.d.Cmd("run", "--rm", "busybox", "ip", "l")
|
||||||
|
|
Loading…
Add table
Reference in a new issue