Merge pull request #31611 from tophj-ibm/skip-plugin-test

skip plugin test on non x86 architectures
This commit is contained in:
Justin Cormack 2017-03-08 14:00:15 +00:00 committed by GitHub
commit ab8a22de36

View file

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