summaryrefslogtreecommitdiff
path: root/test/e2e/image_sign_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/image_sign_test.go')
-rw-r--r--test/e2e/image_sign_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/e2e/image_sign_test.go b/test/e2e/image_sign_test.go
index c54cf433d..c9041eaba 100644
--- a/test/e2e/image_sign_test.go
+++ b/test/e2e/image_sign_test.go
@@ -1,5 +1,3 @@
-// +build !remote
-
package integration
import (
@@ -21,6 +19,7 @@ var _ = Describe("Podman image sign", func() {
)
BeforeEach(func() {
+ SkipIfRemote("podman-remote image sign is not supported")
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)