You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/protocol/http-client-engines/http-client-engine-crt/jvmAndNative/test/aws/smithy/kotlin/runtime/http/engine/crt/AsyncStressTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class AsyncStressTest : TestWithLocalServer() {
37
37
}
38
38
}.start()
39
39
40
-
@IgnoreNative // FIXME CRT HTTP engine
40
+
@IgnoreNative // FIXME TlsContext needs to initialize CRT. Segmentation fault.
41
41
@Test
42
42
funtestStreamNotConsumed() = runBlocking {
43
43
// test that filling the stream window and not consuming the body stream still cleans up resources
0 commit comments