Skip to content

Commit eac0502

Browse files
committed
Update FIXME message
1 parent 00d10a5 commit eac0502

File tree

1 file changed

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

1 file changed

+1
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class AsyncStressTest : TestWithLocalServer() {
3737
}
3838
}.start()
3939

40-
@IgnoreNative // FIXME Re-enable after Kotlin/Native implementation
40+
@IgnoreNative // FIXME CRT HTTP engine
4141
@Test
4242
fun testStreamNotConsumed() = runBlocking {
4343
// test that filling the stream window and not consuming the body stream still cleans up resources

0 commit comments

Comments
 (0)