From 2b31c3354f123dd14c775c8bd6982fa5bbe054eb Mon Sep 17 00:00:00 2001 From: harryzcy Date: Fri, 21 Jul 2023 02:03:47 -0500 Subject: [PATCH] Won't hit rate limit with github actions --- services/migrations/gitea_uploader_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/migrations/gitea_uploader_test.go b/services/migrations/gitea_uploader_test.go index 878b6d6b84..86676b7050 100644 --- a/services/migrations/gitea_uploader_test.go +++ b/services/migrations/gitea_uploader_test.go @@ -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})