Skip to content

Commit 0deaffd

Browse files
committed
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 <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent af36406 commit 0deaffd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gopls/internal/regtest/codelens/codelens_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@ func Foo() {
275275
}
276276

277277
func TestGCDetails(t *testing.T) {
278-
if testing.Short() {
279-
t.Skip("Flaky test -- see golang.org/issue/44099")
280-
}
281278
testenv.NeedsGo1Point(t, 15)
282279
if runtime.GOOS == "android" {
283280
t.Skipf("the gc details code lens doesn't work on Android")

0 commit comments

Comments
 (0)