summaryrefslogtreecommitdiff
path: root/test/e2e/pod_create_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-03 20:12:05 +0200
committerGitHub <noreply@github.com>2020-06-03 20:12:05 +0200
commitbba0a8be1a715fb0903ffc69abd5700a624d47e4 (patch)
tree8fa07d2a1bc39fb1eac3151de45e5bfcfedcf8a3 /test/e2e/pod_create_test.go
parentcbfb4980ce7d9e6ed1ea769d0f42c52e1ad0bffa (diff)
parent8153f299ad3b663f73257cbee58875da13dc8cf8 (diff)
downloadpodman-bba0a8be1a715fb0903ffc69abd5700a624d47e4.tar.gz
podman-bba0a8be1a715fb0903ffc69abd5700a624d47e4.tar.bz2
podman-bba0a8be1a715fb0903ffc69abd5700a624d47e4.zip
Merge pull request #6465 from rhatdan/remote
Add more Remote tests
Diffstat (limited to 'test/e2e/pod_create_test.go')
-rw-r--r--test/e2e/pod_create_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/pod_create_test.go b/test/e2e/pod_create_test.go
index e56db54a2..a7d5783cb 100644
--- a/test/e2e/pod_create_test.go
+++ b/test/e2e/pod_create_test.go
@@ -238,7 +238,6 @@ var _ = Describe("Podman pod create", func() {
})
It("podman create pod with IP address", func() {
- SkipIfRemote()
SkipIfRootless()
name := "test"
ip := GetRandomIPAddress()