diff options
author | baude <bbaude@redhat.com> | 2020-09-17 12:55:48 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2020-09-17 12:55:48 -0500 |
commit | ec58650939e8dacb3b53740699bcd6df4746cc51 (patch) | |
tree | 4d8dc053f3733d8b4952b42ede251dc1c5707f14 /test | |
parent | 031ddf9c8476202c6b0c810c6c0f6a7a0040c035 (diff) | |
download | podman-ec58650939e8dacb3b53740699bcd6df4746cc51.tar.gz podman-ec58650939e8dacb3b53740699bcd6df4746cc51.tar.bz2 podman-ec58650939e8dacb3b53740699bcd6df4746cc51.zip |
enable --iidfile for podman-remote build
for podman-remote build operations, the iidfile, when used, needs to write the file to the client's local filesystem.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/build_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/build_test.go b/test/e2e/build_test.go index 0b6e919d0..06054bcb4 100644 --- a/test/e2e/build_test.go +++ b/test/e2e/build_test.go @@ -179,8 +179,6 @@ var _ = Describe("Podman build", func() { }) It("podman build basic alpine and print id to external file", func() { - SkipIfRemote() - // Switch to temp dir and restore it afterwards cwd, err := os.Getwd() Expect(err).To(BeNil()) |