Merge pull request #31611 from tophj-ibm/skip-plugin-test
skip plugin test on non x86 architectures
This commit is contained in:
commit
ab8a22de36
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue