diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-10 14:30:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 14:30:40 -0400 |
commit | 02b09795286f5d801d318b539ed5529e6442dcec (patch) | |
tree | c7f467940c9e57ea68232ea6bc8dc035f1988d0b /test/buildah-bud/apply-podman-deltas | |
parent | 76c857704053a6c6ee1e2ed1900b549d399f967d (diff) | |
parent | 471f4898f0547d10722fa2e311d44ebb5415e2ce (diff) | |
download | podman-02b09795286f5d801d318b539ed5529e6442dcec.tar.gz podman-02b09795286f5d801d318b539ed5529e6442dcec.tar.bz2 podman-02b09795286f5d801d318b539ed5529e6442dcec.zip |
Merge pull request #10291 from edsantiago/remove_obsolete_skips
Remove obsolete skips
Diffstat (limited to 'test/buildah-bud/apply-podman-deltas')
-rwxr-xr-x | test/buildah-bud/apply-podman-deltas | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index ecdb9430c..0bf9f298d 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -157,8 +157,7 @@ skip "FIXME FIXME FIXME podman save/load has been fixed (but not yet used in Bui ############################################################################### # BEGIN tests which are skipped due to actual podman bugs. -skip "FIXME: podman #9915" \ - "bud with --arch flag" + ############################################################################### # Done. |