chore(tests): enable single_compile_with_reload again (#18196)

This commit is contained in:
Geert-Jan Zwiers 2023-03-25 10:59:39 +01:00 committed by GitHub
parent 27834dfc10
commit e4c60bc1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 9 deletions

View file

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