internal: temporarily disable tests so we can land CL 410955

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>
diff --git a/internal/lsp/tests/tests.go b/internal/lsp/tests/tests.go
index 8265cf2..1b5bf4e 100644
--- a/internal/lsp/tests/tests.go
+++ b/internal/lsp/tests/tests.go
@@ -544,6 +544,8 @@
 }
 
 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 5969eee..eec1f64 100644
--- a/internal/typeparams/normalize_test.go
+++ b/internal/typeparams/normalize_test.go
@@ -17,6 +17,8 @@
 )
 
 func TestStructuralTerms(t *testing.T) {
+	t.Skip() // re-enable once CL 410955 has landed
+
 	if !Enabled {
 		t.Skip("typeparams are not enabled")
 	}