-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
internal tests launch executable on every test run #5965
Comments
I touched that line last for test suite cleanup reasons, @debris is the original author (#5024). Perhaps this behaviour is due to the change to |
I see the problem. Lines 1028 to 1032 in 9ab347d
We set the A note: the previous behavior of the Line 1007 in 9ab347d
I'm not sure what the best way to fix these tests would be. Even if the override were implemented, it really wouldn't be testing the normal operation of the |
I just hit this too. I was really irritated when the test suite suddenly opened Firefox. |
There is more discussion at #6064. I think cargo should be using the BROWSER env var if it is set. |
There is something strange in the cargo tests.
On every run, it launches a third party program (calibre) to open some documents.
To reproduce, run
cargo test workspace_open
in the cargo repo.The behavior is caused by these tests:
This is annoying when running the test suit because I have to close 3 windows after every run.
The text was updated successfully, but these errors were encountered: