1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

skip integration test

This commit is contained in:
Casey Lee 2019-02-19 09:08:41 -08:00
parent 070acb297a
commit b61c3f2f3f

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