mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore(ext/flash): disable flaky flash test (#15908)
This commit is contained in:
parent
19deec4494
commit
1de17fad7f
1 changed files with 6 additions and 5 deletions
|
@ -1417,11 +1417,12 @@ createServerLengthTest("autoResponseWithKnownLengthEmpty", {
|
|||
expects_con_len: true,
|
||||
});
|
||||
|
||||
createServerLengthTest("autoResponseWithUnknownLengthEmpty", {
|
||||
body: stream(""),
|
||||
expects_chunked: true,
|
||||
expects_con_len: false,
|
||||
});
|
||||
// FIXME: https://github.com/denoland/deno/issues/15892
|
||||
// createServerLengthTest("autoResponseWithUnknownLengthEmpty", {
|
||||
// body: stream(""),
|
||||
// expects_chunked: true,
|
||||
// expects_con_len: false,
|
||||
// });
|
||||
|
||||
Deno.test(
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue