Skip to content

Commit

Permalink
Skip TestExportUserGPGKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 19, 2022
1 parent 6b71246 commit 7ff174d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ func TestRenameReservedUsername(t *testing.T) {
}

func TestExportUserGPGKeys(t *testing.T) {
t.Skip("Test is flaky, see https://github.com/go-gitea/gitea/issues/19961")

defer tests.PrepareTestEnv(t)()
// Export empty key list
testExportUserGPGKeys(t, "user1", `-----BEGIN PGP PUBLIC KEY BLOCK-----
Expand Down

0 comments on commit 7ff174d

Please sign in to comment.