summaryrefslogtreecommitdiff
path: root/src/cmd/internal/moddeps/moddeps_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/moddeps/moddeps_test.go')
-rw-r--r--src/cmd/internal/moddeps/moddeps_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/moddeps/moddeps_test.go b/src/cmd/internal/moddeps/moddeps_test.go
index e96edf1f30..1fc9f708bd 100644
--- a/src/cmd/internal/moddeps/moddeps_test.go
+++ b/src/cmd/internal/moddeps/moddeps_test.go
@@ -33,7 +33,7 @@ import (
// See issues 36852, 41409, and 43687.
// (Also see golang.org/issue/27348.)
func TestAllDependencies(t *testing.T) {
- t.Skip("TODO(#57009): 1.19.4 contains unreleased changes from vendored modules")
+ t.Skip("TODO(#58355): 1.19.4 contains unreleased changes from vendored modules")
goBin := testenv.GoToolPath(t)