1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00

ignore a test

This commit is contained in:
Satya Rohith 2024-10-14 14:25:09 +05:30
parent e8ee448e23
commit ab0598333e
No known key found for this signature in database
GPG key ID: B2705CF40523EB05

View file

@ -1348,7 +1348,10 @@ Deno.test("[node/http] client closing a streaming response doesn't terminate ser
clearInterval(interval!); clearInterval(interval!);
}); });
Deno.test("[node/http] client closing a streaming request doesn't terminate server", async () => { Deno.test("[node/http] client closing a streaming request doesn't terminate server",
{
ignore: true,
}, async () => {
let interval: number; let interval: number;
let uploadedData = ""; let uploadedData = "";
let requestError: Error | null = null; let requestError: Error | null = null;