Browse Source

skip test on lxc

Signed-off-by: Jessica Frazelle <princess@docker.com>
Jessica Frazelle 10 years ago
parent
commit
1392f99a97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      integration-cli/docker_cli_daemon_test.go

+ 1 - 0
integration-cli/docker_cli_daemon_test.go

@@ -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")