Skip to content

Commit 404f199

Browse files
committed
re-ignore testStreamNotConsumed
1 parent 617aa4c commit 404f199

File tree

1 file changed

+2
-1
lines changed
  • runtime/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
package aws.smithy.kotlin.runtime.http.engine.crt
77

8+
import aws.smithy.kotlin.runtime.IgnoreNative
89
import aws.smithy.kotlin.runtime.http.HttpMethod
910
import aws.smithy.kotlin.runtime.http.SdkHttpClient
1011
import aws.smithy.kotlin.runtime.http.complete
@@ -36,7 +37,7 @@ class AsyncStressTest : TestWithLocalServer() {
3637
}
3738
}.start()
3839

39-
// @IgnoreNative // FIXME Re-enable after Kotlin/Native implementation
40+
@IgnoreNative // FIXME Re-enable after Kotlin/Native implementation
4041
@Test
4142
fun testStreamNotConsumed() = runBlocking {
4243
// test that filling the stream window and not consuming the body stream still cleans up resources

0 commit comments

Comments
 (0)