Skip to content

Commit a1a2925

Browse files
committed
Remove obsolete git version restriction in test
We have been requiring 2.22 for a while now.
1 parent 0a1ddba commit a1a2925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/integration/tests/sync/force_push_triangular.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var ForcePushTriangular = NewIntegrationTest(NewIntegrationTestArgs{
99
Description: "Push to a remote, requiring a force push because the branch is behind the remote push branch but not the upstream",
1010
ExtraCmdArgs: []string{},
1111
Skip: false,
12-
GitVersion: AtLeast("2.22.0"),
1312
SetupConfig: func(config *config.AppConfig) {},
1413
SetupRepo: func(shell *Shell) {
1514
shell.SetConfig("push.default", "current")

0 commit comments

Comments
 (0)