Revert "Merge pull request #1502 from crosbymichael/test-image"
This reverts commit558b46f26e
, reversing changes made to0e616f4d7a
. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
2f5dda6229
commit
cadee0374b
@ -33,7 +33,6 @@ func init() {
|
|||||||
case "s390x":
|
case "s390x":
|
||||||
testImage = "docker.io/s390x/alpine:latest"
|
testImage = "docker.io/s390x/alpine:latest"
|
||||||
default:
|
default:
|
||||||
// FIXME: change this back after multiplatform support is added to pull
|
testImage = "docker.io/library/alpine:latest"
|
||||||
testImage = "docker.io/amd64/alpine:latest"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -730,9 +730,7 @@ func TestShimSigkilled(t *testing.T) {
|
|||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
// redis unset its PDeathSignal making it a good candidate
|
// redis unset its PDeathSignal making it a good candidate
|
||||||
//
|
image, err = client.Pull(ctx, "docker.io/library/redis:alpine", WithPullUnpack)
|
||||||
// FIXME: change this back after multiplatform support is added to pull
|
|
||||||
image, err = client.Pull(ctx, "docker.io/amd64/redis:alpine", WithPullUnpack)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user