|
@@ -143,7 +143,7 @@ func (s *DockerSuite) TestPluginInstallArgs(c *check.C) {
|
|
|
}
|
|
|
|
|
|
func (s *DockerSuite) TestPluginInstallImage(c *check.C) {
|
|
|
- testRequires(c, DaemonIsLinux)
|
|
|
+ testRequires(c, DaemonIsLinux, Network)
|
|
|
out, _, err := dockerCmdWithError("plugin", "install", "redis")
|
|
|
c.Assert(err, checker.NotNil)
|
|
|
c.Assert(out, checker.Contains, "content is not a plugin")
|