summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/run_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go
index 6386b8a70..7745bcf6a 100644
--- a/test/e2e/run_test.go
+++ b/test/e2e/run_test.go
@@ -877,7 +877,6 @@ USER mail`
})
It("podman run --http-proxy test", func() {
- Skip(v2fail)
os.Setenv("http_proxy", "1.2.3.4")
session := podmanTest.Podman([]string{"run", "--rm", ALPINE, "printenv", "http_proxy"})
session.WaitWithDefaultTimeout()