Skip to content

Commit

Permalink
Disable test for jakarta tomcat certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhham committed Mar 1, 2024
1 parent 82b1acb commit ca6bdff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ abstract class ClientCertTestSuite<Engine : ApplicationEngine, Configuration : A
val ca = generateCertificate(keyType = KeyType.CA)
}

@Ignore
@Test
open fun `Server requesting Client Certificate from CIO Client`() {
val clientKeys = ca.generateCertificate(keyType = KeyType.Client)
Expand Down

0 comments on commit ca6bdff

Please sign in to comment.