1
0
Fork 0
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:
Divy Srivastava 2022-09-15 09:52:31 +05:30 committed by GitHub
parent 19deec4494
commit 1de17fad7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(
{