1
0
Fork 0
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:
David Sherret 2021-07-07 13:52:42 -04:00 committed by GitHub
parent 340e36cc2c
commit 29b9c89312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",