mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Remove some SkipIfRootess flags from tests
We need to get more tests running in rootless mode. Since cgroupsV2 allows management of cgroups in rootless environments a lot of more tests can be run. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -39,6 +39,7 @@ var (
|
||||
ARTIFACT_DIR = "/tmp/.artifacts"
|
||||
RESTORE_IMAGES = []string{ALPINE, BB, nginx}
|
||||
defaultWaitTimeout = 90
|
||||
CGROUPSV2, _ = cgroups.IsCgroup2UnifiedMode()
|
||||
)
|
||||
|
||||
// PodmanTestIntegration struct for command line options
|
||||
|
Reference in New Issue
Block a user