mirror of
https://github.com/containers/podman.git
synced 2025-06-18 07:28:57 +08:00
Turn on a bunch more remote tests
We need to be more specific about the remote tests we turn off. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
// +build !remote
|
||||
|
||||
package integration
|
||||
|
||||
import (
|
||||
@ -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))
|
||||
|
Reference in New Issue
Block a user