Skip to content

ssh: Remove duplicate and flaky tests for SSHReceivePack

One of our tests for invalid SSHReceivePack requests is duplicated as we already test for the same condition in TestReceivePack_validation(). Let's merge the other local testcase into our validation tests and delete the redundant tests.

Closes #4777 (closed).

Edited by Patrick Steinhardt

Merge request reports