1
0
Fork 0
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:
Divy Srivastava 2022-09-15 09:52:31 +05:30 committed by cjihrig
parent e90f42cb2c
commit f911b58631
No known key found for this signature in database
GPG key ID: 7434390BDBE9B9C5

View file

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