mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 01:59:06 -05:00
chore: temporarily disable flaky single_compile_with_reload test (#11320)
This commit is contained in:
parent
340e36cc2c
commit
29b9c89312
1 changed files with 5 additions and 4 deletions
|
@ -1010,10 +1010,11 @@ itest!(jsx_import_from_ts {
|
|||
output: "jsx_import_from_ts.ts.out",
|
||||
});
|
||||
|
||||
itest!(single_compile_with_reload {
|
||||
args: "run --reload --allow-read single_compile_with_reload.ts",
|
||||
output: "single_compile_with_reload.ts.out",
|
||||
});
|
||||
// TODO(#11128): Flaky. Re-enable later.
|
||||
// itest!(single_compile_with_reload {
|
||||
// args: "run --reload --allow-read single_compile_with_reload.ts",
|
||||
// output: "single_compile_with_reload.ts.out",
|
||||
// });
|
||||
|
||||
itest!(proto_exploit {
|
||||
args: "run proto_exploit.js",
|
||||
|
|
Loading…
Reference in a new issue