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.
1 parent 0a1ddba commit a1a2925Copy full SHA for a1a2925
pkg/integration/tests/sync/force_push_triangular.go
@@ -9,7 +9,6 @@ var ForcePushTriangular = NewIntegrationTest(NewIntegrationTestArgs{
9
Description: "Push to a remote, requiring a force push because the branch is behind the remote push branch but not the upstream",
10
ExtraCmdArgs: []string{},
11
Skip: false,
12
- GitVersion: AtLeast("2.22.0"),
13
SetupConfig: func(config *config.AppConfig) {},
14
SetupRepo: func(shell *Shell) {
15
shell.SetConfig("push.default", "current")
0 commit comments