Skip to content

Commit 7ff174d

Browse files
committed
Skip TestExportUserGPGKeys
1 parent 6b71246 commit 7ff174d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/user_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ func TestRenameReservedUsername(t *testing.T) {
140140
}
141141

142142
func TestExportUserGPGKeys(t *testing.T) {
143+
t.Skip("Test is flaky, see https://github.com/go-gitea/gitea/issues/19961")
144+
143145
defer tests.PrepareTestEnv(t)()
144146
// Export empty key list
145147
testExportUserGPGKeys(t, "user1", `-----BEGIN PGP PUBLIC KEY BLOCK-----

0 commit comments

Comments
 (0)