You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running unit tests, the icons for the tests do not reflect the pass/fail status of each test as expected.
Steps to reproduce
Add a .go file with unit tests
Run the tests (via the context menu in this case)
Wait for the tests to pass or fail (as reported by the console output and the status bar)
Expected result: the icons show green/red for pass/fail as when running JUnit tests in IntelliJ Observed result: the icons remain in the "indeterminate" state as per this screenshot: