From 6e52f51f5b20fecb9f4d2ff33c3b6fff67d1129e Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 29 Nov 2021 10:56:58 -0800 Subject: [PATCH] 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 Run-TryBot: Robert Griesemer gopls-CI: kokoro Reviewed-by: Robert Findley TryBot-Result: Go Bot --- gopls/internal/regtest/misc/fix_test.go | 1 + internal/lsp/analysis/fillreturns/fillreturns_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/gopls/internal/regtest/misc/fix_test.go b/gopls/internal/regtest/misc/fix_test.go index 8c5662adfb0..48abccf12c7 100644 --- a/gopls/internal/regtest/misc/fix_test.go +++ b/gopls/internal/regtest/misc/fix_test.go @@ -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 diff --git a/internal/lsp/analysis/fillreturns/fillreturns_test.go b/internal/lsp/analysis/fillreturns/fillreturns_test.go index 7ef0d46792e..cc0dbd51ef6 100644 --- a/internal/lsp/analysis/fillreturns/fillreturns_test.go +++ b/internal/lsp/analysis/fillreturns/fillreturns_test.go @@ -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 {