From 337546383973bae6ead39bcfdb234e8a9a2fa09e Mon Sep 17 00:00:00 2001 From: Bruce Hamilton <150327496+bjhham@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:39:58 +0100 Subject: [PATCH] Disable failing test (#3990) --- .../jvm/test/io/ktor/client/engine/cio/CIOSpecificHttpsTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/ktor-client/ktor-client-cio/jvm/test/io/ktor/client/engine/cio/CIOSpecificHttpsTest.kt b/ktor-client/ktor-client-cio/jvm/test/io/ktor/client/engine/cio/CIOSpecificHttpsTest.kt index 75f1c824ce7..7fc3767fdc3 100644 --- a/ktor-client/ktor-client-cio/jvm/test/io/ktor/client/engine/cio/CIOSpecificHttpsTest.kt +++ b/ktor-client/ktor-client-cio/jvm/test/io/ktor/client/engine/cio/CIOSpecificHttpsTest.kt @@ -147,6 +147,7 @@ class CIOSpecificHttpsTest : TestWithKtor() { } } + @Ignore @Test fun testGetServerTrusted() { testWithEngine(CIO) {