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 63dfc2d commit 5ca4cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/lsp/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ func moveFile(oldpath, newpath string) (err error) {
}

func Run(t *testing.T, tests Tests, data *Data) {
t.Skip() // re-enable once CL 410955 has landed

t.Helper()
checkData(t, data)

Expand Down
2 changes: 2 additions & 0 deletions internal/typeparams/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 5ca4cc8

Please sign in to comment.