From 6bfd3a440e1be26457f330f29597931576ad848b Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 8 Jun 2022 01:00:41 +0000 Subject: [PATCH] Revert "internal: temporarily disable tests so we can land CL 410955" This reverts commit 5ca4cc8b9a248cff0a36b2a0ec82adf418c46ea9. 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 Reviewed-by: Robert Findley Run-TryBot: Robert Griesemer Auto-Submit: Robert Griesemer gopls-CI: kokoro --- internal/lsp/tests/tests.go | 2 -- internal/typeparams/normalize_test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/internal/lsp/tests/tests.go b/internal/lsp/tests/tests.go index 1b5bf4e306b..8265cf2e9b1 100644 --- a/internal/lsp/tests/tests.go +++ b/internal/lsp/tests/tests.go @@ -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) diff --git a/internal/typeparams/normalize_test.go b/internal/typeparams/normalize_test.go index eec1f641ee5..5969eee3de0 100644 --- a/internal/typeparams/normalize_test.go +++ b/internal/typeparams/normalize_test.go @@ -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") }