Skip to content

Commit

Permalink
Revert "internal: temporarily disable tests so we can land CL 410955"
Browse files Browse the repository at this point in the history
This reverts commit 5ca4cc8.

Reason for revert: appears insufficient to land CL 410955.

Change-Id: If7029c9a43568e210e89d473b738400f5155715e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/410995
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
  • Loading branch information
Robert Griesemer committed Jun 8, 2022
1 parent 5ca4cc8 commit 6bfd3a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions internal/lsp/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,6 @@ 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: 0 additions & 2 deletions internal/typeparams/normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ 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 6bfd3a4

Please sign in to comment.