Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopls/internal/test/integration: fix flakiness of TestResolveImportCycle
Avoid flaky dependence on go list error messages in TestResolveImportCycle. It would be better if we could guarantee that the error is from go list, but since the error from golang/go#64899 is reasonable, it is best to just avoid the flake for now. Fixes golang/go#64899 Change-Id: If5038acbdf020323d8fa9db0d8e1e8e054cfe464 Reviewed-on: https://go-review.googlesource.com/c/tools/+/556495 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
- Loading branch information