Skip to content

Commit c0ad521

Browse files
author
Sysoev, Vladimir
committed
fixed gofmt issue
1 parent 275b5dc commit c0ad521

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/migrations/gitea_uploader_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,10 @@ func TestGiteaUploadRemapExternalUser(t *testing.T) {
227227
}
228228

229229
func TestGiteaUploadUpdateGitForPullRequest(t *testing.T) {
230-
//FIXME. Integra
230+
// FIXME: Since no repository while local build, just skip
231+
231232
t.Skip()
233+
232234
unittest.PrepareTestEnv(t)
233235

234236
//

0 commit comments

Comments
 (0)