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: Russ Cox <rsc@golang.org>
This commit is contained in:
Russ Cox 2017-08-18 11:06:20 -04:00
parent 77871cc664
commit a2b70ebf2d
1 changed files with 1 additions and 0 deletions

View File

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