mirror of
https://github.com/containers/podman.git
synced 2025-09-10 06:22:21 +08:00
System tests: reenable some skipped tests
- pause test: enable when rootless + cgroups v2 (was previously disabled for all rootless) - run --pull: now works with podman-remote (in #7647, thank you @jwhonce) - various other run/volumes tests: try reenabling It looks like #7195 was fixed (by #7451? I'm not sure if I'm reading the conversation correctly). Anyway, remove all the skip()s on 7195. Only time will tell if it's really fixed) Also: - new test for podman image tree --whatrequires (because TIL). Doesn't work with podman-remote. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -186,7 +186,6 @@ EOF
|
||||
# Confirm that container sees the correct id
|
||||
@test "podman volume with --userns=keep-id" {
|
||||
is_rootless || skip "only meaningful when run rootless"
|
||||
skip_if_remote "FIXME: pending #7195"
|
||||
|
||||
myvoldir=${PODMAN_TMPDIR}/volume_$(random_string)
|
||||
mkdir $myvoldir
|
||||
|
Reference in New Issue
Block a user