From 465578d7ece5d02a1d52667b029be2bc4a87bd91 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 5 Jun 2025 14:42:12 +0200 Subject: [PATCH] test/buildah-bud: skip new build-with-two-outputs on remote The --output option is not supported with remote. Signed-off-by: Paul Holzinger --- test/buildah-bud/apply-podman-deltas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index da4517e2d6..aa3a108648 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -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 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 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 skip_if_remote "logfile not implemented on remote" "bud-logfile-with-split-logfile-by-platform"