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) {
|
func doPushCreate(ctx APITestContext, u *url.URL, objectFormat git.ObjectFormat) func(t *testing.T) {
|
||||||
return 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)()
|
defer tests.PrintCurrentTest(t)()
|
||||||
|
|
||||||
// create a context for a currently non-existent repository
|
// create a context for a currently non-existent repository
|
||||||
|
|
Loading…
Reference in a new issue