Skip to content

Commit b01e7a4

Browse files
findleyrgopherbot
authored andcommitted
gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode
in experimental mode This test no longer works with 'experimentalWorkspaceModule' set. That option is being removed, but in the meantime only run the test in default mode, to unbreak the longtest builders. Fixes golang/go#57521 Change-Id: I95083f577f93116c342787eabf75e36cd05df9f3 Reviewed-on: https://go-review.googlesource.com/c/tools/+/459792 Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Auto-Submit: Robert Findley <rfindley@google.com>
1 parent e417ea3 commit b01e7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gopls/internal/regtest/watch/watch_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ func main() {
589589
`
590590
WithOptions(
591591
InGOPATH(),
592+
Modes(Default), // golang/go#57521: this test is temporarily failing in 'experimental' mode
592593
EnvVars{"GO111MODULE": "auto"},
593594
).Run(t, files, func(t *testing.T, env *Env) {
594595
env.OpenFile("main.go")

0 commit comments

Comments
 (0)