This commit is contained in:
Lunny Xiao
2026-05-12 16:45:58 -07:00
parent 09bba53aec
commit 4266720a2e
4 changed files with 195 additions and 32 deletions
+4
View File
@@ -8,6 +8,7 @@ import (
"encoding/base64"
"fmt"
"strconv"
"strings"
"testing"
"time"
@@ -91,6 +92,9 @@ func TestPullsReply(t *testing.T) {
"--repo",
repo.FullName,
})
if err != nil && strings.Contains(err.Error(), "unknown API error: 405") {
t.Skip("pull review comment replies are not supported by this integration Gitea instance")
}
require.NoError(t, err)
require.Eventually(t, func() bool {