all_test: skip bash checks for now

Bash checks are failing due to a network issue; skip this check
for now pending fix.

Change-Id: I755bd6665cb244cd6d6fbab24596fad7c02e6963
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/493916
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
diff --git a/all_test.go b/all_test.go
index d632c29..08a1525 100644
--- a/all_test.go
+++ b/all_test.go
@@ -25,6 +25,7 @@
 )
 
 func TestChecksBash(t *testing.T) {
+	t.Skip("TODO(https://go.dev/issue/60077): Unskip once fixed.")
 	bash, err := exec.LookPath("bash")
 	if err != nil {
 		t.Skipf("skipping: %v", err)