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") }