Skip to content

Commit

Permalink
chore: re-shorten test
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed May 6, 2024
1 parent 20bd79e commit 8ca7fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go-runtime/compile/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ func normaliseString(s string) string {
}

func TestErrorReporting(t *testing.T) {
// if testing.Short() {
// t.SkipNow()
// }
if testing.Short() {
t.SkipNow()
}
ctx := log.ContextWithNewDefaultLogger(context.Background())
pwd, _ := os.Getwd()
err := exec.Command(ctx, log.Debug, "testdata/failing", "go", "mod", "tidy").RunBuffered(ctx)
Expand Down

0 comments on commit 8ca7fd3

Please sign in to comment.