Explorar el Código

skip plugin test on non x86 architectures

Because the plugins in dockerhub aren't multi-arch, they will
fail on non x86-64 platforms. Comment this test out like we do with
the others.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
Christopher Jones hace 8 años
padre
commit
e3c6cbed22
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      integration-cli/docker_cli_swarm_unix_test.go

+ 1 - 0
integration-cli/docker_cli_swarm_unix_test.go

@@ -54,6 +54,7 @@ func (s *DockerSwarmSuite) TestSwarmVolumePlugin(c *check.C) {
 
 
 // Test network plugin filter in swarm
 // Test network plugin filter in swarm
 func (s *DockerSwarmSuite) TestSwarmNetworkPluginV2(c *check.C) {
 func (s *DockerSwarmSuite) TestSwarmNetworkPluginV2(c *check.C) {
+	testRequires(c, IsAmd64)
 	d1 := s.AddDaemon(c, true, true)
 	d1 := s.AddDaemon(c, true, true)
 	d2 := s.AddDaemon(c, true, false)
 	d2 := s.AddDaemon(c, true, false)