summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/bisect/choose_terms.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/bisect/choose_terms.go')
-rw-r--r--pkg/integration/tests/bisect/choose_terms.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/integration/tests/bisect/choose_terms.go b/pkg/integration/tests/bisect/choose_terms.go
index 825c8f5e2..660204f98 100644
--- a/pkg/integration/tests/bisect/choose_terms.go
+++ b/pkg/integration/tests/bisect/choose_terms.go
@@ -14,7 +14,9 @@ var ChooseTerms = NewIntegrationTest(NewIntegrationTestArgs{
NewBranch("mybranch").
CreateNCommits(10)
},
- SetupConfig: func(cfg *config.AppConfig) {},
+ SetupConfig: func(cfg *config.AppConfig) {
+ cfg.UserConfig.Git.Log.ShowGraph = "never"
+ },
Run: func(t *TestDriver, keys config.KeybindingConfig) {
markCommitAsFixed := func() {
t.Views().Commits().