Skip to content

Commit

Permalink
internal/regtest: skip TestProgressBarErrors: it is too flaky
Browse files Browse the repository at this point in the history
Updates golang/go#46930

Change-Id: I7bfaccf6b632623218450532e82cbd0ff45f49b7
Reviewed-on: https://go-review.googlesource.com/c/tools/+/361156
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
  • Loading branch information
findleyr committed Nov 3, 2021
1 parent 3b1a674 commit 7e23819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gopls/internal/regtest/diagnostics/diagnostics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,7 @@ package foo_
// TestProgressBarErrors confirms that critical workspace load errors are shown
// and updated via progress reports.
func TestProgressBarErrors(t *testing.T) {
t.Skip("too flaky: golang/go#46930")
testenv.NeedsGo1Point(t, 14)

const pkg = `
Expand Down

0 comments on commit 7e23819

Please sign in to comment.