mirror of https://github.com/golang/go.git
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 <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>
This commit is contained in:
parent
7e238196a4
commit
012c32095f
|
|
@ -967,6 +967,8 @@ const C = a.A
|
|||
// This is a copy of the scenario_default/quickfix_empty_files.txt test from
|
||||
// govim. Reproduces golang/go#39646.
|
||||
func TestQuickFixEmptyFiles(t *testing.T) {
|
||||
t.Skip("too flaky: golang/go#48773")
|
||||
|
||||
testenv.NeedsGo1Point(t, 15)
|
||||
|
||||
const mod = `
|
||||
|
|
|
|||
Loading…
Reference in New Issue