chore: reduce the log output of skipped tests (#7520)

With the introduction of the workspace proxy tests there was a lot
of output if a test was eventually skipped.
This commit is contained in:
Kyle Carberry
2023-05-14 19:37:00 -05:00
committed by GitHub
parent 9bb0253290
commit 70d2203b9e
8 changed files with 31 additions and 34 deletions

View File

@ -34,7 +34,7 @@ func TestMigrate(t *testing.T) {
t.Parallel()
if testing.Short() {
t.Skip()
t.SkipNow()
return
}
@ -198,7 +198,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
t.Parallel()
if testing.Short() {
t.Skip()
t.SkipNow()
return
}