Skip to content

Commit 0cbf25f

Browse files
committed
drop unstable test
1 parent 4c138ee commit 0cbf25f

File tree

1 file changed

+0
-10
lines changed
  • rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests

1 file changed

+0
-10
lines changed

rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,6 @@ abstract class TransportTest : SuspendTest {
186186
}.awaitAll()
187187
}
188188

189-
@Test
190-
fun requestStreamX256() = test {
191-
(0..256).map {
192-
async {
193-
val count = client.requestStream(payload(0)).onEach { it.close() }.count()
194-
assertEquals(8192, count)
195-
}
196-
}.awaitAll()
197-
}
198-
199189
@Test
200190
fun requestChannel500NoLeak() = test {
201191
val request = flow {

0 commit comments

Comments
 (0)