Skip to content

Commit

Permalink
all: remove skipIfShort
Browse files Browse the repository at this point in the history
We don't have any tests using it.

Change-Id: I72b24d505c0d9ec5cf9fce883bc04ed10f6bfd4f
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/595455
Auto-Submit: Zvonimir Pavlinovic <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Maceo Thompson <[email protected]>
  • Loading branch information
zpavlinovic committed Jul 9, 2024
1 parent d52dedc commit 684f5c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,3 @@ func rungo(t *testing.T, args ...string) {
t.Fatalf("%v: %v\n%s", cmd, err, output)
}
}

func skipIfShort(t *testing.T) {
if testing.Short() {
t.Skipf("skipping: short mode")
}
}

0 comments on commit 684f5c9

Please sign in to comment.