From 1791f1fd44a4d28cf3502cfb16bf75a60cf52209 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Tue, 19 Feb 2019 09:08:41 -0800 Subject: [PATCH] skip integration test --- container/docker_images_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container/docker_images_test.go b/container/docker_images_test.go index c6ef7a5..ccbdd96 100644 --- a/container/docker_images_test.go +++ b/container/docker_images_test.go @@ -16,6 +16,9 @@ func init() { } func TestImageExistsLocally(t *testing.T) { + if testing.Short() { + t.Skip("skipping integration test") + } // to help make this test reliable and not flaky, we need to have // an image that will exist, and onew that won't exist