Skip to content

Commit

Permalink
gopls/internal/regtest: unskip TestSumUpdateFixesDiagnostics
Browse files Browse the repository at this point in the history
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 <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Peter Weinberger <pjw@google.com>
  • Loading branch information
findleyr committed Aug 15, 2022
1 parent 987de34 commit 8c83056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gopls/internal/regtest/modfile/modfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,6 @@ func main() {}
}

func TestSumUpdateFixesDiagnostics(t *testing.T) {
t.Skipf("Skipping known-flaky test; see https://go.dev/issue/51352.")

testenv.NeedsGo1Point(t, 14)

const mod = `
Expand Down

0 comments on commit 8c83056

Please sign in to comment.