Skip to content

Commit 6bfd3a4

Browse files
author
Robert Griesemer
committed
Revert "internal: temporarily disable tests so we can land CL 410955"
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>
1 parent 5ca4cc8 commit 6bfd3a4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

internal/lsp/tests/tests.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,6 @@ func moveFile(oldpath, newpath string) (err error) {
544544
}
545545

546546
func Run(t *testing.T, tests Tests, data *Data) {
547-
t.Skip() // re-enable once CL 410955 has landed
548-
549547
t.Helper()
550548
checkData(t, data)
551549

internal/typeparams/normalize_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import (
1717
)
1818

1919
func TestStructuralTerms(t *testing.T) {
20-
t.Skip() // re-enable once CL 410955 has landed
21-
2220
if !Enabled {
2321
t.Skip("typeparams are not enabled")
2422
}

0 commit comments

Comments
 (0)