Skip to content

Commit 3c63f30

Browse files
author
Bryan C. Mills
committed
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 <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 615f9a6 commit 3c63f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gopls/internal/regtest/misc/generate_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616
)
1717

1818
func TestGenerateProgress(t *testing.T) {
19+
t.Skipf("skipping flaky test: https://golang.org/issue/49901")
20+
1921
const generatedWorkspace = `
2022
-- go.mod --
2123
module fake.test

0 commit comments

Comments
 (0)