Skip to content

Commit 84ea65d

Browse files
committed
Remove @ignore
1 parent 6799823 commit 84ea65d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/crt-util/jvmAndNative/test/aws/smithy/kotlin/runtime/crt/ReadChannelBodyStreamTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import kotlinx.coroutines.Job
1414
import kotlinx.coroutines.launch
1515
import kotlinx.coroutines.test.runTest
1616
import kotlinx.coroutines.yield
17-
import kotlin.test.Ignore
1817
import kotlin.test.Test
1918
import kotlin.test.assertEquals
2019
import kotlin.test.assertFailsWith
@@ -43,7 +42,6 @@ class ReadChannelBodyStreamTest {
4342
assertTrue(stream.sendRequestBody(sendBuffer))
4443
}
4544

46-
@Ignore
4745
@Test
4846
fun testCancellation() = runTest {
4947
val chan = SdkByteChannel()

0 commit comments

Comments
 (0)