diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-08 18:53:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 18:53:29 +0100 |
commit | d0a44755c75763d2f5c656dca15b6bb928c961c4 (patch) | |
tree | 9f30abae7a8125f98290dc945476854357b1bfe9 /test/e2e/libpod_suite_test.go | |
parent | abfec8144a57265e644dbfec93f5b6201b7da945 (diff) | |
parent | e907f095b24632ebf25348bc17ba3ff3468a979b (diff) | |
download | podman-d0a44755c75763d2f5c656dca15b6bb928c961c4.tar.gz podman-d0a44755c75763d2f5c656dca15b6bb928c961c4.tar.bz2 podman-d0a44755c75763d2f5c656dca15b6bb928c961c4.zip |
Merge pull request #12036 from jwhonce/issues/11984
test connection add
Diffstat (limited to 'test/e2e/libpod_suite_test.go')
-rw-r--r-- | test/e2e/libpod_suite_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go index 6d2d3fee8..001a869b1 100644 --- a/test/e2e/libpod_suite_test.go +++ b/test/e2e/libpod_suite_test.go @@ -16,9 +16,6 @@ func IsRemote() bool { return false } -func SkipIfRemote(string) { -} - // Podman is the exec call to podman on the filesystem func (p *PodmanTestIntegration) Podman(args []string) *PodmanSessionIntegration { podmanSession := p.PodmanBase(args, false, false) |