Skip to content

Commit

Permalink
gopls/internal/regtest/misc: temporarily skip TestGenerateProgress
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bryan C. Mills committed Dec 1, 2021
1 parent 615f9a6 commit 3c63f30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gopls/internal/regtest/misc/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c63f30

Please sign in to comment.