mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration-cli: TestPluginInstallImage broken on GitHub Runner
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 60864229b8
)
This commit is contained in:
parent
874954d8bd
commit
fc2942d4e0
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ import (
|
||||||
"github.com/docker/docker/integration-cli/daemon"
|
"github.com/docker/docker/integration-cli/daemon"
|
||||||
"github.com/docker/docker/testutil/fixtures/plugin"
|
"github.com/docker/docker/testutil/fixtures/plugin"
|
||||||
"gotest.tools/v3/assert"
|
"gotest.tools/v3/assert"
|
||||||
|
"gotest.tools/v3/skip"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -220,6 +221,7 @@ func (ps *DockerPluginSuite) TestPluginInstallArgs(c *testing.T) {
|
||||||
|
|
||||||
func (ps *DockerPluginSuite) TestPluginInstallImage(c *testing.T) {
|
func (ps *DockerPluginSuite) TestPluginInstallImage(c *testing.T) {
|
||||||
testRequires(c, IsAmd64)
|
testRequires(c, IsAmd64)
|
||||||
|
skip.If(c, GitHubActions, "FIXME: https://github.com/moby/moby/issues/43996")
|
||||||
|
|
||||||
repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
|
repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
|
||||||
// tag the image to upload it to the private registry
|
// tag the image to upload it to the private registry
|
||||||
|
|
Loading…
Reference in a new issue