gopls/internal/regtest: re-enable the gc_details regtest for -short

My hope is that CL 304169 resolved this flake, but we'll have to see.

For golang/go#44099

Change-Id: Iac82dc24167daacd0361eac1a5567048a7ecf11c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/305409
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
This commit is contained in:
Rob Findley 2021-03-29 09:33:07 -04:00 committed by Robert Findley
parent af36406620
commit 0deaffd200
1 changed files with 0 additions and 3 deletions

View File

@ -275,9 +275,6 @@ func Foo() {
}
func TestGCDetails(t *testing.T) {
if testing.Short() {
t.Skip("Flaky test -- see golang.org/issue/44099")
}
testenv.NeedsGo1Point(t, 15)
if runtime.GOOS == "android" {
t.Skipf("the gc details code lens doesn't work on Android")