Skip to content

Commit f9de4b0

Browse files
Merge pull request #27205 from nimdrak/27115
test: remove outdated skip in podman run check personality support test
2 parents 3747e3d + 004e6ce commit f9de4b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/run_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,10 +2324,6 @@ WORKDIR /madethis`, BB)
23242324
})
23252325

23262326
It("podman run check personality support", func() {
2327-
// TODO: Remove this as soon as this is merged and made available in our CI https://github.com/opencontainers/runc/pull/3126.
2328-
if !strings.Contains(podmanTest.OCIRuntime, "crun") {
2329-
Skip("Test only works on crun")
2330-
}
23312327
session := podmanTest.Podman([]string{"run", "--personality=LINUX32", "--name=testpersonality", ALPINE, "uname", "-a"})
23322328
session.WaitWithDefaultTimeout()
23332329
Expect(session).Should(ExitCleanly())

0 commit comments

Comments
 (0)