diff --git a/pkg/integration/components/runner.go b/pkg/integration/components/runner.go index 964ad98a5..2b05d102e 100644 --- a/pkg/integration/components/runner.go +++ b/pkg/integration/components/runner.go @@ -165,6 +165,8 @@ func getLazygitCommand(test *IntegrationTest, paths Paths, rootDir string, sandb cmdObj.AddEnvVars(fmt.Sprintf("KEY_PRESS_DELAY=%d", keyPressDelay)) } + cmdObj.AddEnvVars("GIT_CONFIG_GLOBAL=/dev/null") + return cmdObj.GetCmd(), nil }