diff --git a/gopls/internal/regtest/runner.go b/gopls/internal/regtest/runner.go index 1e77cb8ef3..3348040caa 100644 --- a/gopls/internal/regtest/runner.go +++ b/gopls/internal/regtest/runner.go @@ -8,7 +8,6 @@ import ( "bytes" "context" "fmt" - exec "golang.org/x/sys/execabs" "io" "io/ioutil" "net" @@ -20,6 +19,8 @@ import ( "testing" "time" + exec "golang.org/x/sys/execabs" + "golang.org/x/tools/gopls/internal/hooks" "golang.org/x/tools/internal/jsonrpc2" "golang.org/x/tools/internal/jsonrpc2/servertest" @@ -308,7 +309,6 @@ var longBuilders = map[string]string{ "netbsd-arm-bsiegert": "", "solaris-amd64-oraclerel": "", "windows-arm-zx2c4": "", - "android-amd64-emu": "golang.org/issue/43554", } func checkBuilder(t *testing.T) {