Skip to content

Commit 12694bf

Browse files
authored
Drop flaky test (#3756)
1 parent 35cd73c commit 12694bf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

ktor-network/ktor-network-tls/jvm/test/io/ktor/network/tls/ConnectionTest.kt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,6 @@ class ConnectionTest {
5656
Unit
5757
}
5858

59-
@Test
60-
fun tlsWithCloseTest(): Unit = runBlocking {
61-
val selectorManager = ActorSelectorManager(Dispatchers.IO)
62-
val socket = aSocket(selectorManager)
63-
.tcp()
64-
.connect("www.google.com", port = 443)
65-
.tls(Dispatchers.Default)
66-
67-
val channel = socket.openWriteChannel(autoFlush = true)
68-
socket.close()
69-
assertEquals(42, channel.writeAvailable(ByteArray(42)))
70-
assertTrue(channel.isClosedForWrite)
71-
}
72-
7359
@Test
7460
@Ignore
7561
fun clientCertificatesAuthTest() {

0 commit comments

Comments
 (0)