You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For git < 2.1.2 integration tests expect LFS to run
For git < 2.3.0 integrations tests requiring SSH won't work because GIT_SSH_COMMAND doesn't exist - we need to use GIT_SSH instead.
For git > 2.0.0 to some version of git TestDeleteRepoFile will not work due to commit-tree signing by default - this will need to have --no-gpg-sign passed in.
There's also an issue with the merge - in that the behaviour of fetch etc are different in git < 2.0.0
The text was updated successfully, but these errors were encountered:
[x]
):Description
We cannot run the gitea integration tests locally on early gits due to a number of issues:
The text was updated successfully, but these errors were encountered: