mirror of
https://github.com/containers/podman.git
synced 2025-09-11 00:54:42 +08:00
don't skip log tests unless remote
Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
@ -19,7 +19,7 @@ var _ = Describe("Podman logs", func() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
Skip(v2remotefail)
|
SkipIfRemote() // v2remotefail
|
||||||
tempdir, err = CreateTempDirInTempDir()
|
tempdir, err = CreateTempDirInTempDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
Reference in New Issue
Block a user