mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00
test: enable preserve fds test for crun
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -244,10 +244,6 @@ var _ = Describe("Podman exec", func() {
|
||||
})
|
||||
|
||||
It("podman exec preserve fds sanity check", func() {
|
||||
// TODO: add this test once crun adds the --preserve-fds flag for exec
|
||||
if strings.Contains(podmanTest.OCIRuntime, "crun") {
|
||||
Skip("Test only works on crun")
|
||||
}
|
||||
setup := podmanTest.RunTopContainer("test1")
|
||||
setup.WaitWithDefaultTimeout()
|
||||
Expect(setup.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user