test: enable preserve fds test for crun

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2020-04-09 09:57:34 +02:00
parent d3cfa7a23c
commit 4503650f41

View File

@ -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))