diff --git a/gopls/internal/regtest/runner.go b/gopls/internal/regtest/runner.go index d595a295c9..feffdc4228 100644 --- a/gopls/internal/regtest/runner.go +++ b/gopls/internal/regtest/runner.go @@ -45,7 +45,7 @@ const ( SeparateProcess // NormalModes are the global default execution modes, when unmodified by // test flags or by individual test options. - NormalModes = Singleton | Forwarded + NormalModes = Singleton ) // A Runner runs tests in gopls execution environments, as specified by its