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:
parent
e8ee448e23
commit
ab0598333e
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue