Skip to content

Commit

Permalink
go/ssa: skip failing test
Browse files Browse the repository at this point in the history
Updates golang/go#69287

Change-Id: I1312d3ceb40ce0f899008730cf4bbfde04c2b648
Reviewed-on: https://go-review.googlesource.com/c/tools/+/610938
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
adonovan committed Sep 6, 2024
1 parent 1b5663f commit 2c7aaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/ssa/stdlib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit 2c7aaab

Please sign in to comment.