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:
parent
97ceea49f5
commit
964b84091a
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue