From 2c7aaab748dd8175526d8d56daca4a6b6ac7e883 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Thu, 5 Sep 2024 17:41:40 -0400 Subject: [PATCH] go/ssa: skip failing test Updates golang/go#69287 Change-Id: I1312d3ceb40ce0f899008730cf4bbfde04c2b648 Reviewed-on: https://go-review.googlesource.com/c/tools/+/610938 Reviewed-by: Zvonimir Pavlinovic LUCI-TryBot-Result: Go LUCI --- go/ssa/stdlib_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/ssa/stdlib_test.go b/go/ssa/stdlib_test.go index 03c88510840..e56d6a98156 100644 --- a/go/ssa/stdlib_test.go +++ b/go/ssa/stdlib_test.go @@ -41,6 +41,7 @@ func bytesAllocated() uint64 { // returned by the 'std' query, the set is essentially transitively // closed, so marginal per-dependency costs are invisible. func TestStdlib(t *testing.T) { + t.Skip("broken; see https://go.dev/issues/69287") testLoad(t, 500, "std", "cmd") }