diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-25 15:56:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 15:56:31 +0000 |
commit | 2583246a17e40af3a3227f24daeb7b081f1c3d55 (patch) | |
tree | 7553c14e7c9ab15fadd5ba26c3dee2e38a466fef /test/e2e/common_test.go | |
parent | 90c2cc6c8342e96ca0a21e59c3cdb7761b2229ea (diff) | |
parent | ff6371548543e3c90a9ba1dce4eb6b3bb7727948 (diff) | |
download | podman-2583246a17e40af3a3227f24daeb7b081f1c3d55.tar.gz podman-2583246a17e40af3a3227f24daeb7b081f1c3d55.tar.bz2 podman-2583246a17e40af3a3227f24daeb7b081f1c3d55.zip |
Merge pull request #7760 from rhatdan/rootless
Remove some SkipIfRootless flags from tests
Diffstat (limited to 'test/e2e/common_test.go')
-rw-r--r-- | test/e2e/common_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/common_test.go b/test/e2e/common_test.go index 2ce3f9760..1943020c3 100644 --- a/test/e2e/common_test.go +++ b/test/e2e/common_test.go @@ -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 |