diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-09 09:57:34 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-09 10:17:43 +0200 |
commit | 4503650f418aa0da0c6e63949c60a9af035f8681 (patch) | |
tree | 0caccc5f06894b94e19930a46495dc12ce4bb114 /test/e2e/exec_test.go | |
parent | d3cfa7a23c2343581185b8ddf9bab6f2ccf9eccc (diff) | |
download | podman-4503650f418aa0da0c6e63949c60a9af035f8681.tar.gz podman-4503650f418aa0da0c6e63949c60a9af035f8681.tar.bz2 podman-4503650f418aa0da0c6e63949c60a9af035f8681.zip |
test: enable preserve fds test for crun
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'test/e2e/exec_test.go')
-rw-r--r-- | test/e2e/exec_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/e2e/exec_test.go b/test/e2e/exec_test.go index 6a71a2114..8b95794d2 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -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)) |