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:
Bryan C. Mills 2021-12-01 12:31:37 -05:00
parent 615f9a6b81
commit 3c63f30840
1 changed files with 2 additions and 0 deletions

View File

@ -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