We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b71246 commit 7ff174dCopy full SHA for 7ff174d
tests/integration/user_test.go
@@ -140,6 +140,8 @@ func TestRenameReservedUsername(t *testing.T) {
140
}
141
142
func TestExportUserGPGKeys(t *testing.T) {
143
+ t.Skip("Test is flaky, see https://github.com/go-gitea/gitea/issues/19961")
144
+
145
defer tests.PrepareTestEnv(t)()
146
// Export empty key list
147
testExportUserGPGKeys(t, "user1", `-----BEGIN PGP PUBLIC KEY BLOCK-----
0 commit comments