We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6799823 commit 84ea65dCopy full SHA for 84ea65d
runtime/crt-util/jvmAndNative/test/aws/smithy/kotlin/runtime/crt/ReadChannelBodyStreamTest.kt
@@ -14,7 +14,6 @@ import kotlinx.coroutines.Job
14
import kotlinx.coroutines.launch
15
import kotlinx.coroutines.test.runTest
16
import kotlinx.coroutines.yield
17
-import kotlin.test.Ignore
18
import kotlin.test.Test
19
import kotlin.test.assertEquals
20
import kotlin.test.assertFailsWith
@@ -43,7 +42,6 @@ class ReadChannelBodyStreamTest {
43
42
assertTrue(stream.sendRequestBody(sendBuffer))
44
}
45
46
- @Ignore
47
@Test
48
fun testCancellation() = runTest {
49
val chan = SdkByteChannel()
0 commit comments