0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

disable flaky test

This commit is contained in:
Ryan Dahl 2019-11-08 12:55:06 -05:00 committed by Ry Dahl
parent 97ceea49f5
commit 964b84091a

View file

@ -174,11 +174,13 @@ itest!(_021_mjs_modules {
output: "021_mjs_modules.ts.out",
});
/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
itest!(_022_info_flag_script {
args: "info http://127.0.0.1:4545/cli/tests/019_media_types.ts",
output: "022_info_flag_script.out",
http_server: true,
});
*/
itest!(_023_no_ext_with_headers {
args: "run --reload 023_no_ext_with_headers",