|
@@ -462,7 +462,7 @@ enabled: false`, id, name)
|
|
|
}
|
|
|
|
|
|
func (s *DockerSuite) TestPluginUpgrade(c *check.C) {
|
|
|
- testRequires(c, DaemonIsLinux, Network, SameHostDaemon, IsAmd64)
|
|
|
+ testRequires(c, DaemonIsLinux, Network, SameHostDaemon, IsAmd64, NotUserNamespace)
|
|
|
plugin := "cpuguy83/docker-volume-driver-plugin-local:latest"
|
|
|
pluginV2 := "cpuguy83/docker-volume-driver-plugin-local:v2"
|
|
|
|