mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Merge pull request #31434 from tophj-ibm/skip-more-plugin-tests
[multi-arch] skip more plugin tests on non-x86
This commit is contained in:
		
						commit
						563eb10202
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -350,7 +350,7 @@ func (s *DockerTrustSuite) TestPluginUntrustedInstall(c *check.C) {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
func (s *DockerSuite) TestPluginIDPrefix(c *check.C) {
 | 
			
		||||
	testRequires(c, DaemonIsLinux, Network)
 | 
			
		||||
	testRequires(c, DaemonIsLinux, IsAmd64, Network)
 | 
			
		||||
	_, _, err := dockerCmdWithError("plugin", "install", "--disable", "--grant-all-permissions", pNameWithTag)
 | 
			
		||||
	c.Assert(err, checker.IsNil)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue