mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
test/e2e: delete CgV1 skips, delete tests skipped on Cgv2
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
@@ -15,7 +15,6 @@ var _ = Describe("Podman container clone", func() {
|
||||
})
|
||||
|
||||
It("podman container clone basic test", func() {
|
||||
SkipIfRootlessCgroupsV1("starting a container with the memory limits not supported")
|
||||
create := podmanTest.Podman([]string{"create", ALPINE})
|
||||
create.WaitWithDefaultTimeout()
|
||||
Expect(create).To(ExitCleanly())
|
||||
@@ -68,7 +67,6 @@ var _ = Describe("Podman container clone", func() {
|
||||
})
|
||||
|
||||
It("podman container clone resource limits override", func() {
|
||||
SkipIfRootlessCgroupsV1("Not supported for rootless + CgroupsV1")
|
||||
create := podmanTest.Podman([]string{"create", "--cpus=5", ALPINE})
|
||||
create.WaitWithDefaultTimeout()
|
||||
Expect(create).To(ExitCleanly())
|
||||
@@ -143,7 +141,6 @@ var _ = Describe("Podman container clone", func() {
|
||||
})
|
||||
|
||||
It("podman container clone in a pod", func() {
|
||||
SkipIfRootlessCgroupsV1("starting a container with the memory limits not supported")
|
||||
run := podmanTest.Podman([]string{"run", "-dt", "--pod", "new:1234", ALPINE, "sleep", "20"})
|
||||
run.WaitWithDefaultTimeout()
|
||||
Expect(run).To(ExitCleanly())
|
||||
|
||||
Reference in New Issue
Block a user