Skip to content

Commit 3425967

Browse files
author
Bryan C. Mills
committed
gopls/internal/regtest/workspace: temporarily skip TestWatchReplaceTargets
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 <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent 9f83dd3 commit 3425967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gopls/internal/regtest/workspace/workspace_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ func TestClearAnalysisDiagnostics(t *testing.T) {
194194
// This test checks that gopls updates the set of files it watches when a
195195
// replace target is added to the go.mod.
196196
func TestWatchReplaceTargets(t *testing.T) {
197+
t.Skipf("skipping known-flaky test: see https://go.dev/issue/50748")
198+
197199
WithOptions(
198200
ProxyFiles(workspaceProxy),
199201
WorkspaceFolders("pkg"),

0 commit comments

Comments
 (0)