vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

testing: failed "Code lenses with stretchr/testify/suite" test

Open hyangah opened this issue 1 year ago • 0 comments

While testing CL/616680, the Kokoro CI keeps failing on this test.

https://source.cloud.google.com/results/invocations/8596437b-9f1d-4e9a-9158-c98d1f629fd7

I cannot see how this is related to the change yet, but the failure is consistent.

1 failing
  1) Code lenses with stretchr/testify/suite
       "before all" hook for "Run test at cursor":
     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/extension/out/test/gopls/codelens.test.js)
  	at listOnTimeout (node:[internal/timers:573](https://cs.corp.google.com/piper///depot/google3/internal/timers?l=573&cl=681011961):17)
  	at process.processTimers (node:[internal/timers:514](https://cs.corp.google.com/piper///depot/google3/internal/timers?l=514&cl=681011961):7)

hyangah avatar Oct 01 '24 17:10 hyangah