diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-14 14:55:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 14:55:21 +0000 |
commit | cffed099b8404fa7f136643116020edac2336155 (patch) | |
tree | ac5cced17ea86cca6f4b79dc0f95856dd0663649 /test | |
parent | 78ecdad5f8f16dbb6146f2741a3d7ead1ce837bc (diff) | |
parent | 5e9d20448c52fd134ac990e9f897cbc378760fce (diff) | |
download | podman-cffed099b8404fa7f136643116020edac2336155.tar.gz podman-cffed099b8404fa7f136643116020edac2336155.tar.bz2 podman-cffed099b8404fa7f136643116020edac2336155.zip |
Merge pull request #14561 from rhatdan/VENDOR
Update vendor of containers/buildah
Diffstat (limited to 'test')
-rwxr-xr-x | test/buildah-bud/apply-podman-deltas | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 50db0255e..02a8fc222 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -220,8 +220,8 @@ skip_if_remote "--output option not implemented in podman-remote" \ # https://github.com/containers/podman/issues/14544 skip_if_remote "logfile not implemented on remote" "bud-logfile-with-split-logfile-by-platform" -# https://github.com/containers/podman/issues/14547 -skip_if_remote "omit-history not implemented on remote" "build-with-omit-history-to-true should not add history" +skip_if_remote "envariables do not automatically work with -remote." \ + "build proxy" ############################################################################### # BEGIN tests which are skipped due to actual podman or podman-remote bugs. @@ -235,10 +235,4 @@ skip_if_remote "FIXME FIXME FIXME: find a way to clean up their podman calls" \ "bud with run should not leave mounts behind cleanup test" \ "bud with custom files in /run/ should persist cleanup test" -skip_if_remote "Do envariables work with -remote? Please look into this." \ - "build proxy" - -############################################################################### -# Done. - exit $RC |