Merge pull request #31611 from tophj-ibm/skip-plugin-test
skip plugin test on non x86 architectures Upstream-commit: ab8a22de3607f2b5f7afb7a8a93d298f17d124a7 Component: engine
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user