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 <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Maceo Thompson <maceothompson@google.com>
This commit is contained in:
Zvonimir Pavlinovic 2024-06-27 15:10:53 +00:00
Родитель d52dedc621
Коммит 684f5c9fa7
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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")
}
}