Skip to content

Commit 8c83056

Browse files
committed
gopls/internal/regtest: unskip TestSumUpdateFixesDiagnostics
Metadata reloading has been significantly refactored recently. Unskip this test to see if it still flakes. For golang/go#51352 For golang/go#53878 Change-Id: I9f2ae1835bbace1b5095c2d45db082c4e709437b Reviewed-on: https://go-review.googlesource.com/c/tools/+/423974 Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
1 parent 987de34 commit 8c83056

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gopls/internal/regtest/modfile/modfile_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,6 @@ func main() {}
877877
}
878878

879879
func TestSumUpdateFixesDiagnostics(t *testing.T) {
880-
t.Skipf("Skipping known-flaky test; see https://go.dev/issue/51352.")
881-
882880
testenv.NeedsGo1Point(t, 14)
883881

884882
const mod = `

0 commit comments

Comments
 (0)