mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +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 (
|
||||
@ -58,6 +56,7 @@ var _ = Describe("Podman top", func() {
|
||||
})
|
||||
|
||||
It("podman pod top on pod", func() {
|
||||
SkipIfRemote()
|
||||
_, ec, podid := podmanTest.CreatePod("")
|
||||
Expect(ec).To(Equal(0))
|
||||
|
||||
|
Reference in New Issue
Block a user