mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-06 12:21:15 +01:00
Enabled some formerly disabled tests
This commit is contained in:
parent
12a727287d
commit
f8d9f3ccbb
5 changed files with 1 additions and 11 deletions
|
|
@ -29,7 +29,7 @@ DhxJVTgA/1WaFrKdP3AgL0Ffdooc5XXbjQsj0uHo6FZSHRI4pchMAQCyJnKQ3RvW
|
|||
-----END PGP PRIVATE KEY BLOCK-----"""
|
||||
|
||||
@Test
|
||||
@Disabled("Disabled since BC 1.77 chokes on the test key")
|
||||
@Disabled("Disabled since BC 1.82 chokes on the test key")
|
||||
fun testExtractCertificate() {
|
||||
val key = PGPainless.getInstance().readKey().parseKey(KEY)!!
|
||||
val cert = key.toCertificate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue