Skip to content

Commit d3d2d3a

Browse files
Luap99Tim Zhou
authored andcommitted
test/buildah-bud: skip new build-with-two-outputs on remote
The --output option is not supported with remote. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 9e59847 commit d3d2d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/buildah-bud/apply-podman-deltas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ skip_if_remote "--output option not implemented in podman-remote" \
240240
"build with custom build output and output rootfs to tar with no additional step" \
241241
"build with custom build output for single-stage-cached and output rootfs to directory" \
242242
"build with custom build output for multi-stage-cached and output rootfs to directory" \
243-
"build with custom build output for multi-stage and output rootfs to directory"
243+
"build with custom build output for multi-stage and output rootfs to directory" \
244+
"build-with-two-outputs"
244245

245246
# https://github.com/containers/podman/issues/14544
246247
skip_if_remote "logfile not implemented on remote" "bud-logfile-with-split-logfile-by-platform"

0 commit comments

Comments
 (0)