diff options
author | Geert-Jan Zwiers <geertjanzwiers@protonmail.com> | 2023-03-25 10:59:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 09:59:39 +0000 |
commit | e4c60bc1c658be762f59d3c22b4040777a5100f8 (patch) | |
tree | a5c319732796786ca6e9805976cae8aaa1a10d69 /cli/tests/integration/run_tests.rs | |
parent | 27834dfc109dd3eaa67d68d3b88155a375e1624a (diff) |
chore(tests): enable `single_compile_with_reload` again (#18196)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index b29f735c4..4a0581b84 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -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", |