mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +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() {
|
||||
Skip(v2remotefail)
|
||||
SkipIfRemote() // v2remotefail
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
os.Exit(1)
|
||||
|
Reference in New Issue
Block a user