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