Skip to content

Commit

Permalink
Skip poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Jul 31, 2023
1 parent 062b26e commit 16cc2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (
)

func TestPoetryInstall(t *testing.T) {
tests.SkipKnownFailingTest(t)

// Init poetry test.
initPoetryTest(t)

tests.SkipKnownFailingTest(t)

// Populate cli config with 'default' server.
oldHomeDir, newHomeDir := prepareHomeDir(t)
defer func() {
Expand Down

0 comments on commit 16cc2f2

Please sign in to comment.