mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
disable flaky test
This commit is contained in:
parent
2cf0866ba3
commit
e1d1836854
1 changed files with 2 additions and 0 deletions
|
@ -345,11 +345,13 @@ itest!(_048_media_types_jsx {
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
|
||||||
itest!(_049_info_flag_script_jsx {
|
itest!(_049_info_flag_script_jsx {
|
||||||
args: "info http://127.0.0.1:4545/cli/tests/048_media_types_jsx.ts",
|
args: "info http://127.0.0.1:4545/cli/tests/048_media_types_jsx.ts",
|
||||||
output: "049_info_flag_script_jsx.out",
|
output: "049_info_flag_script_jsx.out",
|
||||||
http_server: true,
|
http_server: true,
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
itest!(_050_more_jsons {
|
itest!(_050_more_jsons {
|
||||||
args: "run --reload 050_more_jsons.ts",
|
args: "run --reload 050_more_jsons.ts",
|
||||||
|
|
Loading…
Add table
Reference in a new issue