-
Notifications
You must be signed in to change notification settings - Fork 148
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
Slow tests fail on missing repository #452
Comments
Nope, it still exists. |
The failing tests appear to be related to the newish git credential manager. The test setup tries to use the git system config says:
git global config says:
need to look into why Any ideas on how to configure this to force |
As of #564 we no longer do network operations during tests so I'm going to close this. |
Two of the slow tests are failing on
expect(result).toBe(GitError.HTTPSAuthenticationFailed)
. The result is8
instead of3
. This happens at line 50 and 115. A dump of the result says the repo is not found:@shiftkey Did you delete the repo?
The text was updated successfully, but these errors were encountered: