aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/trust_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-11-17 14:16:05 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-11-18 13:02:44 -0500
commit3b6d7a3669e15a9b66df258b83ad5f4ab67a15f6 (patch)
treec4b8f5683af0f4c14385ba168060d398e9955aad /test/e2e/trust_test.go
parent72b67715f8c97fce7bde4677eacfa413b1dafb88 (diff)
downloadpodman-3b6d7a3669e15a9b66df258b83ad5f4ab67a15f6.tar.gz
podman-3b6d7a3669e15a9b66df258b83ad5f4ab67a15f6.tar.bz2
podman-3b6d7a3669e15a9b66df258b83ad5f4ab67a15f6.zip
Remove build \!remote flags from test phase 2
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>
Diffstat (limited to 'test/e2e/trust_test.go')
-rw-r--r--test/e2e/trust_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/e2e/trust_test.go b/test/e2e/trust_test.go
index 987023e4c..19e576490 100644
--- a/test/e2e/trust_test.go
+++ b/test/e2e/trust_test.go
@@ -1,5 +1,3 @@
-// +build !remote
-
package integration
import (
@@ -21,6 +19,7 @@ var _ = Describe("Podman trust", func() {
)
BeforeEach(func() {
+ SkipIfRemote("podman-remote does not support image trust")
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)