Skip to content

Commit

Permalink
fix(test): skip artifact private repo test. Fixes: argoproj#8953 (arg…
Browse files Browse the repository at this point in the history
…oproj#9838)

Signed-off-by: ibotdotout <tkroputa@gmail.com>
Signed-off-by: juchao <juchao@coscene.io>
  • Loading branch information
ibotdotout authored and juchaosong committed Nov 3, 2022
1 parent c9974a8 commit 3d6ec8e
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 3d6ec8e

Please sign in to comment.