Skip to content

Commit

Permalink
fix(test): skip artifact private repo test
Browse files Browse the repository at this point in the history
Signed-off-by: ibotdotout <tkroputa@gmail.com>
  • Loading branch information
ibotdotout committed Oct 18, 2022
1 parent 05e1425 commit 793527b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow/artifacts/git/git_test.go
Expand Up @@ -25,6 +25,10 @@ func TestGitArtifactDriver_Load(t *testing.T) {
assert.DirExists(t, path)
})
t.Run("PrivateRepo", func(t *testing.T) {

// TODO: temp - skip private repo test for everyone
t.SkipNow()

t.Run("SSH", func(t *testing.T) {
if os.Getenv("CI") == "true" {
t.SkipNow()
Expand Down

0 comments on commit 793527b

Please sign in to comment.