skip integration test
This commit is contained in:
parent
8186f00560
commit
1791f1fd44
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue