diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-30 08:36:26 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-30 10:01:57 -0400 |
commit | bad761e7c714d31fc4baafd5168a8d30f5972284 (patch) | |
tree | acef04aa111e1f7ee66ea6f2bfe829bd90d4aed5 /test/e2e/run_memory_test.go | |
parent | 6fd0e9bb73ea91911ae1219cfc324bbc2f9f49fd (diff) | |
download | podman-bad761e7c714d31fc4baafd5168a8d30f5972284.tar.gz podman-bad761e7c714d31fc4baafd5168a8d30f5972284.tar.bz2 podman-bad761e7c714d31fc4baafd5168a8d30f5972284.zip |
Attempt to test all Broken SkipIfRootless FIXME
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/run_memory_test.go')
-rw-r--r-- | test/e2e/run_memory_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/run_memory_test.go b/test/e2e/run_memory_test.go index fa19b1824..b3913c1e6 100644 --- a/test/e2e/run_memory_test.go +++ b/test/e2e/run_memory_test.go @@ -18,7 +18,6 @@ var _ = Describe("Podman run memory", func() { BeforeEach(func() { SkipIfRootlessCgroupsV1("Setting Memory not supported on cgroupv1 for rootless users") - SkipIfRootless("FIXME: This should work on cgroups V2 systems") tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |