mirror of https://github.com/golang/go.git
gopls/internal/regtest/misc: temporarily skip TestGenerateProgress
For golang/go#49901 Change-Id: Id41c6437fadf1c539488662fc0ca5bc746b8a498 Reviewed-on: https://go-review.googlesource.com/c/tools/+/368216 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
615f9a6b81
commit
3c63f30840
|
|
@ -16,6 +16,8 @@ import (
|
|||
)
|
||||
|
||||
func TestGenerateProgress(t *testing.T) {
|
||||
t.Skipf("skipping flaky test: https://golang.org/issue/49901")
|
||||
|
||||
const generatedWorkspace = `
|
||||
-- go.mod --
|
||||
module fake.test
|
||||
|
|
|
|||
Loading…
Reference in New Issue