| ... | @@ -291,6 +291,11 @@ test "Server.Request.respondStreaming non-chunked, unknown content-length" { | ... | @@ -291,6 +291,11 @@ test "Server.Request.respondStreaming non-chunked, unknown content-length" { |
| 291 | } | 291 | } |
| 292 | | 292 | |
| 293 | test "general client/server API coverage" { | 293 | test "general client/server API coverage" { |
| | 294 | if (builtin.os.tag == .windows) { |
| | 295 | // This test was never passing on Windows. |
| | 296 | return error.SkipZigTest; |
| | 297 | } |
| | 298 | |
| 294 | const global = struct { | 299 | const global = struct { |
| 295 | var handle_new_requests = true; | 300 | var handle_new_requests = true; |
| 296 | }; | 301 | }; |