diff --git a/tests/integration/repos_test.go b/tests/integration/repos_test.go index d07612d..42634c9 100644 --- a/tests/integration/repos_test.go +++ b/tests/integration/repos_test.go @@ -15,6 +15,10 @@ import ( ) func TestRepositories_CRUD(t *testing.T) { + if !checkAuth("TestRepositories_CRUD") { + return + } + // get authenticated user me, _, err := client.Users.Get("") if err != nil {