Won't hit rate limit with github actions

This commit is contained in:
harryzcy 2023-07-21 02:03:47 -05:00
parent cbed118a30
commit 2b31c3354f
No known key found for this signature in database
GPG Key ID: E3C2287691E40E35
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ import (
)
func TestGiteaUploadRepo(t *testing.T) {
// FIXME: Since no accesskey or user/password will trigger rate limit of github, just skip
t.Skip()
unittest.PrepareTestEnv(t)
user := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 1})