mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Disable flaky tests (#3270)
This commit is contained in:
parent
a611788834
commit
adc3467c9c
1 changed files with 4 additions and 0 deletions
|
@ -156,11 +156,13 @@ itest!(_018_async_catch {
|
|||
output: "018_async_catch.ts.out",
|
||||
});
|
||||
|
||||
/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
|
||||
itest!(_019_media_types {
|
||||
args: "run --reload 019_media_types.ts",
|
||||
output: "019_media_types.ts.out",
|
||||
http_server: true,
|
||||
});
|
||||
*/
|
||||
|
||||
itest!(_020_json_modules {
|
||||
args: "run --reload 020_json_modules.ts",
|
||||
|
@ -335,11 +337,13 @@ itest!(_047_jsx {
|
|||
output: "047_jsx_test.jsx.out",
|
||||
});
|
||||
|
||||
/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
|
||||
itest!(_048_media_types_jsx {
|
||||
args: "run --reload 048_media_types_jsx.ts",
|
||||
output: "048_media_types_jsx.ts.out",
|
||||
http_server: true,
|
||||
});
|
||||
*/
|
||||
|
||||
itest!(_049_info_flag_script_jsx {
|
||||
args: "info http://127.0.0.1:4545/cli/tests/048_media_types_jsx.ts",
|
||||
|
|
Loading…
Reference in a new issue