From a75f96ae906cc90ca751a35f552760f10c756a76 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 22 Jul 2020 10:03:45 -0400 Subject: Turn on a bunch more remote tests We need to be more specific about the remote tests we turn off. Signed-off-by: Daniel J Walsh --- test/e2e/run_security_labels.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/e2e/run_security_labels.go') diff --git a/test/e2e/run_security_labels.go b/test/e2e/run_security_labels.go index 148b18daa..50209a989 100644 --- a/test/e2e/run_security_labels.go +++ b/test/e2e/run_security_labels.go @@ -1,5 +1,3 @@ -// +build !remote - package integration import ( @@ -129,6 +127,7 @@ var _ = Describe("Podman generate kube", func() { }) It("podman container runlabel (podman --version)", func() { + SkipIfRemote() PodmanDockerfile := ` FROM alpine:latest LABEL io.containers.capabilities=chown,mknod` -- cgit v1.2.3-54-g00ecf