summaryrefslogtreecommitdiff
path: root/test/e2e/libpod_suite_remoteclient_test.go
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-08-14 19:05:26 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-08-19 13:41:42 +0200
commitf7527fb06da688613c6ce6383664ce5eb48267eb (patch)
tree217bbc618ab76975c393e409c518200526ab5188 /test/e2e/libpod_suite_remoteclient_test.go
parent570e55fdfb1121c8eec0b9aa1fb2355c0be110a1 (diff)
downloadpodman-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/libpod_suite_remoteclient_test.go')
-rw-r--r--test/e2e/libpod_suite_remoteclient_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/e2e/libpod_suite_remoteclient_test.go b/test/e2e/libpod_suite_remoteclient_test.go
index a6cedfc58..7f33fec87 100644
--- a/test/e2e/libpod_suite_remoteclient_test.go
+++ b/test/e2e/libpod_suite_remoteclient_test.go
@@ -28,13 +28,6 @@ func SkipIfRootless() {
}
}
-func SkipIfNotRunc() {
- runtime := os.Getenv("OCI_RUNTIME")
- if runtime != "" && filepath.Base(runtime) != "runc" {
- ginkgo.Skip("Not using runc as runtime")
- }
-}
-
// Podman is the exec call to podman on the filesystem
func (p *PodmanTestIntegration) Podman(args []string) *PodmanSessionIntegration {
podmanSession := p.PodmanBase(args, false, false)