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
Auto merge of #13130 - Byron:fix-flaky-tests, r=weihanglo
re-enable flaky tests thanks to update to `gix-config`. (#11821)
Related to #11821.
With `gix-config` now being fixed, it will properly respect `GIT_CONFIG_NOSYSTEM` both for system-wide configuration as well as for the git installation configuration.
That way, credential helpers provided by the git installation won't be called anymore, which prevents them from 'somehow' emitting information to stderr.
The latter was previously disabled for credential helpers, and despite [everything looking like it should work][1], it simply didn't.
[1]: #13117 (comment)
0 commit comments