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
The test profile_trim_paths::lldb_works_after_trimmed causes an authentication popup to show on macOS. This is because macOS requires elevated privileges to run developer tools. I think it would be good to avoid that when running in a developer environment.
Unfortunately I don't think there is an easy way around that. My only idea is to disable the test on macOS unless it is running on CI.
The text was updated successfully, but these errors were encountered:
The test
profile_trim_paths::lldb_works_after_trimmed
causes an authentication popup to show on macOS. This is because macOS requires elevated privileges to run developer tools. I think it would be good to avoid that when running in a developer environment.Unfortunately I don't think there is an easy way around that. My only idea is to disable the test on macOS unless it is running on CI.
The text was updated successfully, but these errors were encountered: