Skip to content

Fix failing TestGitReceivePackSuccess

Igor Drozdov requested to merge id-fix-git-receive-pack-in-tests into main

After gitaly!4766 (merged) has been introduced, the test started to fail because we basically cancel the git-receive-pack after the output is received

This commit gracefully closes the connection to make the test pass

Merge request reports

Loading