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
While solving #9614, we added a hook that on interpreter change, we call the API to auto discover the tests.
But that's eventually returning without discovering the tests as test manager is not ready to discover tests immediately on interpreter change for some reason.
Adding a delay before calling the API should probably solve the issue.