diff options
author | Aditya R <arajan@redhat.com> | 2022-06-02 17:41:46 +0530 |
---|---|---|
committer | Aditya R <arajan@redhat.com> | 2022-06-03 23:47:09 +0530 |
commit | 22e442ee25c45d7f12c4d20e8099cda7b4921e2c (patch) | |
tree | 684e9497057eb2370f923442c7211e34bbc2ab66 /test/buildah-bud | |
parent | 44f11ec2c691b30f83af434556255638d16de42a (diff) | |
download | podman-22e442ee25c45d7f12c4d20e8099cda7b4921e2c.tar.gz podman-22e442ee25c45d7f12c4d20e8099cda7b4921e2c.tar.bz2 podman-22e442ee25c45d7f12c4d20e8099cda7b4921e2c.zip |
tests: buildah-bud fix reason for skip
Signed-off-by: Aditya R <arajan@redhat.com>
Diffstat (limited to 'test/buildah-bud')
-rwxr-xr-x | test/buildah-bud/apply-podman-deltas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index f396694e2..6ff564aaa 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -196,6 +196,8 @@ skip_if_remote "volumes don't work with podman-remote" \ skip_if_remote "--build-context option not implemented in podman-remote" \ "build-with-additional-build-context and COPY, additional context from host" \ "build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename" \ + +skip_if_remote "env-variable for Containerfile.in pre-processing is not propogated on remote" \ "bud with Containerfile.in, via envariable" \ # Requires a local file outside context dir |