Skip to content

Commit 012c320

Browse files
committed
internal/regtest: skip TestQuickFixEmptyFiles: it is too flaky
Updates golang/go#48773 Change-Id: Ic11f0a78c8ef13349fb521fe9a276dabeb574d4b Reviewed-on: https://go-review.googlesource.com/c/tools/+/361157 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 7e23819 commit 012c320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gopls/internal/regtest/diagnostics/diagnostics_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,8 @@ const C = a.A
967967
// This is a copy of the scenario_default/quickfix_empty_files.txt test from
968968
// govim. Reproduces golang/go#39646.
969969
func TestQuickFixEmptyFiles(t *testing.T) {
970+
t.Skip("too flaky: golang/go#48773")
971+
970972
testenv.NeedsGo1Point(t, 15)
971973

972974
const mod = `

0 commit comments

Comments
 (0)