mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-14 19:47:56 +00:00
test/system: skip cp test with new filename in remote mode
The test fails when copying a file to a container with a new filename in remote mode on RHEL 9.2.0. The file appears empty after the copy. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
4bc7dc3502
commit
044d71ea85
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
load helpers
|
||||
|
||||
@test "podman cp file from host to container" {
|
||||
skip_if_remote "cp with new filename fails in remote mode on RHEL 9.2.0"
|
||||
|
||||
srcdir=$PODMAN_TMPDIR/cp-test-file-host-to-ctr
|
||||
mkdir -p $srcdir
|
||||
local -a randomcontent=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue