skip integration test

This commit is contained in:
Casey Lee 2019-02-19 09:08:41 -08:00
parent 8186f00560
commit 1791f1fd44
No known key found for this signature in database
GPG key ID: 1899120ECD0A1784

View file

@ -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