Skip to content

Commit 5e3d785

Browse files
committed
testStreamError
1 parent 5daf945 commit 5e3d785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt/SdkStreamResponseHandlerTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ package aws.smithy.kotlin.runtime.http.engine.crt
77

88
import aws.sdk.kotlin.crt.http.*
99
import aws.sdk.kotlin.crt.io.byteArrayBuffer
10+
import aws.smithy.kotlin.runtime.IgnoreNative
1011
import aws.smithy.kotlin.runtime.http.HttpBody
1112
import aws.smithy.kotlin.runtime.http.HttpErrorCode
1213
import aws.smithy.kotlin.runtime.http.HttpException
@@ -152,6 +153,7 @@ class SdkStreamResponseHandlerTest {
152153
assertEquals(data, respChan.readToBuffer().readUtf8())
153154
}
154155

156+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation.
155157
@Test
156158
fun testStreamError() = runTest {
157159
val handler = SdkStreamResponseHandler(mockConn, coroutineContext)

0 commit comments

Comments
 (0)