hi everyone, I'm trying to build ktor from master ...
# ktor
j
hi everyone, I'm trying to build ktor from master with the result that gradle tells me
BUILD SUCCEEDED
, but a lot of tests failing (all with the same error:
Copy code
o.ktor.tests.server.jetty.JettyHttp2AsyncServletContainerEngineTest > testStream FAILED
    kotlinx.coroutines.JobCancellationException
        Caused by: kotlinx.coroutines.channels.ClosedReceiveChannelException
) Is that normal?