Commit a2b70ebf authored by Russ Cox's avatar Russ Cox

cmd/dist: disable broken TestDeps

Will debug soon but wanted to fix builders.

Change-Id: I921d58d1272370f3102ba1f86ad535f4c0f6b8db
Reviewed-on: https://go-review.googlesource.com/56970
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 77871cc6
......@@ -15,6 +15,7 @@ import (
)
func TestDeps(t *testing.T) {
t.Skip("broken - golang.org/issue/21522")
if testing.Short() && testenv.Builder() == "" {
t.Skip("skipping in short mode")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment