x/tools: temporarily skip a couple of tests

Skip tests so we can get CL 367196 submitted. After that
reenable tests (and adjust as needed).

Change-Id: Id0a6d6b873a0760ae438f6f0cb147c20d00b1ca6
Reviewed-on: https://go-review.googlesource.com/c/tools/+/367574
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Robert Griesemer 2021-11-29 10:56:58 -08:00
parent a618923903
commit 6e52f51f5b
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func Foo() {
}
func TestFillReturns(t *testing.T) {
t.Skip("temporarily skipped until CL 367196 is submitted")
const files = `
-- go.mod --
module mod.com

View File

@ -13,6 +13,7 @@ import (
)
func Test(t *testing.T) {
t.Skip("temporarily skipped until CL 367196 is submitted and this test is adjusted accordingly")
testdata := analysistest.TestData()
tests := []string{"a"}
if typeparams.Enabled {