summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/patch_building/move_to_earlier_commit.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/patch_building/move_to_earlier_commit.go')
-rw-r--r--pkg/integration/tests/patch_building/move_to_earlier_commit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/patch_building/move_to_earlier_commit.go b/pkg/integration/tests/patch_building/move_to_earlier_commit.go
index 5803737f0..98bf6fa05 100644
--- a/pkg/integration/tests/patch_building/move_to_earlier_commit.go
+++ b/pkg/integration/tests/patch_building/move_to_earlier_commit.go
@@ -9,6 +9,7 @@ var MoveToEarlierCommit = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Move a patch from a commit to an earlier commit",
ExtraCmdArgs: "",
Skip: false,
+ GitVersion: AtLeast("2.26.0"),
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
shell.CreateDir("dir")