mirror of
https://github.com/moby/moby.git
synced 2025-11-18 09:41:11 +03:00
[multi-arch] skip more plugin tests on non-x86
Until the plugins are multi-arch plugins, or built on runtime, skip these tests like we do with the remainder of the plugin tests. Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
@@ -287,7 +287,7 @@ func existsMountpointWithPrefix(mountpointPrefix string) (bool, error) {
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestPluginListFilterEnabled(c *check.C) {
|
||||
testRequires(c, Network)
|
||||
testRequires(c, IsAmd64, Network)
|
||||
|
||||
s.d.Start(c)
|
||||
|
||||
@@ -315,7 +315,7 @@ func (s *DockerDaemonSuite) TestPluginListFilterEnabled(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestPluginListFilterCapability(c *check.C) {
|
||||
testRequires(c, Network)
|
||||
testRequires(c, IsAmd64, Network)
|
||||
|
||||
s.d.Start(c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user