Skip to content

Commit 2c7aaab

Browse files
committed
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 1b5663f commit 2c7aaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/ssa/stdlib_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func bytesAllocated() uint64 {
4141
// returned by the 'std' query, the set is essentially transitively
4242
// closed, so marginal per-dependency costs are invisible.
4343
func TestStdlib(t *testing.T) {
44+
t.Skip("broken; see https://go.dev/issues/69287")
4445
testLoad(t, 500, "std", "cmd")
4546
}
4647

0 commit comments

Comments
 (0)