Skip to content

Commit

Permalink
x/tools: temporarily skip a couple of tests
Browse files Browse the repository at this point in the history
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 <[email protected]>
Run-TryBot: Robert Griesemer <[email protected]>
gopls-CI: kokoro <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
TryBot-Result: Go Bot <[email protected]>
  • Loading branch information
griesemer committed Nov 29, 2021
1 parent a618923 commit 6e52f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gopls/internal/regtest/misc/fix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions internal/lsp/analysis/fillreturns/fillreturns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e52f51

Please sign in to comment.