test/buildah-bud: skip new build-with-two-outputs on remote

The --output option is not supported with remote.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-06-05 14:42:12 +02:00
parent 4286f03b34
commit 465578d7ec

View File

@ -240,7 +240,8 @@ skip_if_remote "--output option not implemented in podman-remote" \
"build with custom build output and output rootfs to tar with no additional step" \ "build with custom build output and output rootfs to tar with no additional step" \
"build with custom build output for single-stage-cached and output rootfs to directory" \ "build with custom build output for single-stage-cached and output rootfs to directory" \
"build with custom build output for multi-stage-cached and output rootfs to directory" \ "build with custom build output for multi-stage-cached and output rootfs to directory" \
"build with custom build output for multi-stage and output rootfs to directory" "build with custom build output for multi-stage and output rootfs to directory" \
"build-with-two-outputs"
# https://github.com/containers/podman/issues/14544 # https://github.com/containers/podman/issues/14544
skip_if_remote "logfile not implemented on remote" "bud-logfile-with-split-logfile-by-platform" skip_if_remote "logfile not implemented on remote" "bud-logfile-with-split-logfile-by-platform"