mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
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:
@ -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"
|
||||||
|
Reference in New Issue
Block a user