Remove build \!remote flags from test

Add some more tests, document cases where remote will not work
Add FIXMEs for tests that should work on podman-remote but currently
do not.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2020-11-17 14:15:47 -05:00
parent 286d356db0
commit 080ccf512d
6 changed files with 19 additions and 17 deletions

View File

@ -1,5 +1,3 @@
// +build !remote
package integration
import (
@ -22,6 +20,7 @@ var _ = Describe("Podman cp", func() {
)
BeforeEach(func() {
SkipIfRemote("FIXME: Podman-remote cp needs to work")
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)