summaryrefslogtreecommitdiff
path: root/test/e2e/namespace_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/namespace_test.go')
-rw-r--r--test/e2e/namespace_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/e2e/namespace_test.go b/test/e2e/namespace_test.go
index 70472f384..916ceada0 100644
--- a/test/e2e/namespace_test.go
+++ b/test/e2e/namespace_test.go
@@ -1,11 +1,9 @@
-// +build !remote
-
package integration
import (
"os"
- . "github.com/containers/libpod/v2/test/utils"
+ . "github.com/containers/podman/v2/test/utils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
@@ -35,6 +33,7 @@ var _ = Describe("Podman namespaces", func() {
})
It("podman namespace test", func() {
+ SkipIfRemote()
podman1 := podmanTest.Podman([]string{"--namespace", "test1", "run", "-d", ALPINE, "echo", "hello"})
podman1.WaitWithDefaultTimeout()
Expect(podman1.ExitCode()).To(Equal(0))