mirror of https://github.com/golang/go.git
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:
parent
a618923903
commit
6e52f51f5b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue