diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-08-14 19:05:26 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-08-19 13:41:42 +0200 |
commit | f7527fb06da688613c6ce6383664ce5eb48267eb (patch) | |
tree | 217bbc618ab76975c393e409c518200526ab5188 /test/e2e/exec_test.go | |
parent | 570e55fdfb1121c8eec0b9aa1fb2355c0be110a1 (diff) | |
download | podman-f7527fb06da688613c6ce6383664ce5eb48267eb.tar.gz podman-f7527fb06da688613c6ce6383664ce5eb48267eb.tar.bz2 podman-f7527fb06da688613c6ce6383664ce5eb48267eb.zip |
test: enable all tests 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 a518a49fe..ac727f9bc 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -179,8 +179,6 @@ var _ = Describe("Podman exec", func() { }) It("podman exec cannot be invoked", func() { - SkipIfNotRunc() - setup := podmanTest.RunTopContainer("test1") setup.WaitWithDefaultTimeout() Expect(setup.ExitCode()).To(Equal(0)) @@ -191,8 +189,6 @@ var _ = Describe("Podman exec", func() { }) It("podman exec command not found", func() { - SkipIfNotRunc() - setup := podmanTest.RunTopContainer("test1") setup.WaitWithDefaultTimeout() Expect(setup.ExitCode()).To(Equal(0)) |