aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/manifest_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-22 19:32:58 +0200
committerGitHub <noreply@github.com>2022-07-22 19:32:58 +0200
commit935c150ee214e689b8f25c195ecc22af12d1ddc7 (patch)
tree8f14d8538042cd744a72417074b01d6358c7d10f /test/e2e/manifest_test.go
parent94e97df47b576f14757e94a45199c220335bc3e9 (diff)
parent290116bf81a0ef68d1fcfe39ea3c3aeb2b3de008 (diff)
downloadpodman-935c150ee214e689b8f25c195ecc22af12d1ddc7.tar.gz
podman-935c150ee214e689b8f25c195ecc22af12d1ddc7.tar.bz2
podman-935c150ee214e689b8f25c195ecc22af12d1ddc7.zip
Merge pull request #15042 from Luap99/int-remote-netbackend
integration test: fix network backend option with remote
Diffstat (limited to 'test/e2e/manifest_test.go')
-rw-r--r--test/e2e/manifest_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/e2e/manifest_test.go b/test/e2e/manifest_test.go
index ecddf2935..1f58419a1 100644
--- a/test/e2e/manifest_test.go
+++ b/test/e2e/manifest_test.go
@@ -293,9 +293,6 @@ var _ = Describe("Podman manifest", func() {
})
It("authenticated push", func() {
- if podmanTest.Host.Distribution == "ubuntu" && IsRemote() {
- Skip("FIXME: #15017. Registry times out.")
- }
registryOptions := &podmanRegistry.Options{
Image: "docker-archive:" + imageTarPath(REGISTRY_IMAGE),
}