Skip to content

Commit

Permalink
gopls/internal/regtest/workspace: temporarily skip TestWatchReplaceTa…
Browse files Browse the repository at this point in the history
…rgets

This test has a high failure rate on the builders, and the failures
appear to be mostly platform-independent. This change skips the test
until the failures can be diagnosed and fixed.

For golang/go#50748

Change-Id: Iadfda7345f3dcbafa61338469aa6dc45e1d85a49
Reviewed-on: https://go-review.googlesource.com/c/tools/+/380215
Trust: Bryan Mills <[email protected]>
Run-TryBot: Bryan Mills <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
gopls-CI: kokoro <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
Bryan C. Mills committed Jan 21, 2022
1 parent 9f83dd3 commit 3425967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gopls/internal/regtest/workspace/workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ func TestClearAnalysisDiagnostics(t *testing.T) {
// This test checks that gopls updates the set of files it watches when a
// replace target is added to the go.mod.
func TestWatchReplaceTargets(t *testing.T) {
t.Skipf("skipping known-flaky test: see https://go.dev/issue/50748")

WithOptions(
ProxyFiles(workspaceProxy),
WorkspaceFolders("pkg"),
Expand Down

0 comments on commit 3425967

Please sign in to comment.