-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Tests won't run without admin privileges on Windows and are very flaky #3
Comments
I was not, we should probably figure out a way to do this that doesn't require psutil. |
May be we can use os and socket packages instead of psutil. |
We should just be able to run it within the existing python process as a background thread. |
The tests also seem to run extremely slowly |
The tests also often have false failures when run during GitHub Actions. |
@pradhanfortive this keeps happening in CI. The tests fail repeatedly due to the flakiness within them. This needs to be addressed. |
Description of the bug
I am unable to run the unit tests without admin privileges on Windows. The tests should be able to run without enhanced privileges.
Steps To Reproduce
Environment Information
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: