Skip to content

Commit

Permalink
Skip Poetry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Jul 4, 2023
1 parent 649d7eb commit f326641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ func VerifySha256DetailedSummaryFromResult(t *testing.T, result *commandutils.Re
}

func SkipKnownFailingTest(t *testing.T) {
skipDate := time.Date(2023, time.July, 0, 0, 0, 0, 0, time.UTC)
skipDate := time.Date(2023, time.August, 0, 0, 0, 0, 0, time.UTC)
if time.Now().Before(skipDate) {
t.Skip("Skipping a known failing test, will resume testing after ", skipDate.String())
} else {
Expand Down

0 comments on commit f326641

Please sign in to comment.