Skip to content

Commit

Permalink
:Fix :test failing at :macOS in native mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla authored Aug 13, 2024
1 parent 3f2e526 commit 7d7a359
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ abstract class HttpsTest(
server.stop()
}

@Test fun `Serve insecure HTTPS example`() {
@Test
@DisabledIf("nativeMac")
fun `Serve insecure HTTPS example`() {

val identity = "hexagontk.p12"
val trust = "trust.p12"
Expand Down

0 comments on commit 7d7a359

Please sign in to comment.