mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore(tests): enable single_compile_with_reload
again (#18196)
This commit is contained in:
parent
27834dfc10
commit
e4c60bc1c6
3 changed files with 6 additions and 9 deletions
|
@ -1552,11 +1552,10 @@ itest!(jsx_import_source_error {
|
|||
exit_code: 1,
|
||||
});
|
||||
|
||||
// TODO(#11128): Flaky. Re-enable later.
|
||||
// itest!(single_compile_with_reload {
|
||||
// args: "run --relcert/oad --allow-read run/single_compile_with_reload.ts",
|
||||
// output: "run/single_compile_with_reload.ts.out",
|
||||
// });
|
||||
itest!(single_compile_with_reload {
|
||||
args: "run --reload --allow-read run/single_compile_with_reload.ts",
|
||||
output: "run/single_compile_with_reload.ts.out",
|
||||
});
|
||||
|
||||
itest!(proto_exploit {
|
||||
args: "run run/proto_exploit.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue