Skip to content

Commit 7e23819

Browse files
committed
internal/regtest: skip TestProgressBarErrors: it is too flaky
Updates golang/go#46930 Change-Id: I7bfaccf6b632623218450532e82cbd0ff45f49b7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/361156 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 3b1a674 commit 7e23819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gopls/internal/regtest/diagnostics/diagnostics_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,7 @@ package foo_
15091509
// TestProgressBarErrors confirms that critical workspace load errors are shown
15101510
// and updated via progress reports.
15111511
func TestProgressBarErrors(t *testing.T) {
1512+
t.Skip("too flaky: golang/go#46930")
15121513
testenv.NeedsGo1Point(t, 14)
15131514

15141515
const pkg = `

0 commit comments

Comments
 (0)