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_cleanup_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/e2e/run_cleanup_test.go') diff --git a/test/e2e/run_cleanup_test.go b/test/e2e/run_cleanup_test.go index 7c83acc40..596c224aa 100644 --- a/test/e2e/run_cleanup_test.go +++ b/test/e2e/run_cleanup_test.go @@ -1,5 +1,3 @@ -// +build !remote - package integration import ( @@ -35,6 +33,7 @@ var _ = Describe("Podman run exit", func() { }) It("podman run -d mount cleanup test", func() { + SkipIfRemote() SkipIfRootless() result := podmanTest.Podman([]string{"run", "-dt", ALPINE, "top"}) -- cgit v1.2.3-54-g00ecf