Skip to content

Commit

Permalink
internal: temporarily disable tests so we can land CL 410955
Browse files Browse the repository at this point in the history
For golang/go#53279.

Change-Id: I3e0a502f8f0789ff9920af504ea8c86812bf49a1
Reviewed-on: https://go-review.googlesource.com/c/tools/+/410956
Reviewed-by: Robert Griesemer <gri@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
griesemer authored and Robert Griesemer committed Jun 8, 2022
1 parent f699af0 commit 2b9d462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import (
)

func TestStructuralTerms(t *testing.T) {
t.Skip() // re-enable once CL 410955 has landed

if !Enabled {
t.Skip("typeparams are not enabled")
}
Expand Down

0 comments on commit 2b9d462

Please sign in to comment.