We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58581b1 + a03fdd9 commit 197314aCopy full SHA for 197314a
tests/integration/integration_test.go
@@ -95,6 +95,11 @@ func TestMain(m *testing.M) {
95
os.Unsetenv("GIT_COMMITTER_EMAIL")
96
os.Unsetenv("GIT_COMMITTER_DATE")
97
98
+ // Avoid loading the default system config. On MacOS, this config
99
+ // sets the osxkeychain credential helper, which will cause tests
100
+ // to freeze with a dialog.
101
+ os.Setenv("GIT_CONFIG_NOSYSTEM", "true")
102
+
103
err := unittest.InitFixtures(
104
unittest.FixturesOptions{
105
Dir: filepath.Join(filepath.Dir(setting.AppPath), "models/fixtures/"),
0 commit comments