Skip to content

Commit 1eebd5e

Browse files
committed
Update FIXME message
1 parent d8878a3 commit 1eebd5e

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 CRT HTTP engine
40+
@IgnoreNative // FIXME TlsContext needs to initialize CRT. Segmentation fault.
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)