mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
parent
7e1f7f6a50
commit
c19b1cc76d
1 changed files with 3 additions and 0 deletions
|
@ -592,6 +592,9 @@ func doEnsureDiffNoChange(ctx APITestContext, pr api.PullRequest, diffHash strin
|
|||
|
||||
func doPushCreate(ctx APITestContext, u *url.URL, objectFormat git.ObjectFormat) func(t *testing.T) {
|
||||
return func(t *testing.T) {
|
||||
if objectFormat == git.Sha256ObjectFormat {
|
||||
t.Skipf("push-create not supported for %s, see https://codeberg.org/forgejo/forgejo/issues/3783", objectFormat)
|
||||
}
|
||||
defer tests.PrintCurrentTest(t)()
|
||||
|
||||
// create a context for a currently non-existent repository
|
||||
|
|
Loading…
Reference in a new issue