Skip to content

Commit b61a5ae

Browse files
committed
remove unnecessary code
1 parent 703a0c5 commit b61a5ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integration/pull_status_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,6 @@ func testPullRequestStatusCheckingCrossRepoConflicted(t *testing.T, giteaURL *ur
367367

368368
func Test_PullRequest_AGit_StatusChecking_Mergeable_MergeTree(t *testing.T) {
369369
onGiteaRun(t, func(t *testing.T, giteaURL *url.URL) {
370-
// skip this test if git version is low
371-
if !git.DefaultFeatures().SupportProcReceive {
372-
return
373-
}
374-
375370
defer test.MockVariableValue(&git.DefaultFeatures().SupportGitMergeTree, true)()
376371

377372
testPullRequestAGitStatusCheckingMergeable(t, giteaURL)

0 commit comments

Comments
 (0)