aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-08-04 10:46:10 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-08-04 16:21:57 -0400
commit21421c841159f861dfdfed14d9e0f226a5884cf0 (patch)
tree3553b6787330a11c5541ffb6b52595dea535a9fd /test
parent333d9af77a65d860b5fd788805cd4c0f2cd232df (diff)
downloadpodman-21421c841159f861dfdfed14d9e0f226a5884cf0.tar.gz
podman-21421c841159f861dfdfed14d9e0f226a5884cf0.tar.bz2
podman-21421c841159f861dfdfed14d9e0f226a5884cf0.zip
HACK HACK try debugging build
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/run_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go
index b666f114b..f7671603a 100644
--- a/test/e2e/run_test.go
+++ b/test/e2e/run_test.go
@@ -1125,6 +1125,8 @@ USER mail`
})
It("podman run makes entrypoint from image", func() {
+ // BuildImage does not seem to work remote
+ SkipIfRemote()
dockerfile := `FROM busybox
WORKDIR /madethis`
podmanTest.BuildImage(dockerfile, "test", "false")