summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tests/integration/run_tests.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs
index 14e212dd7..d2997d747 100644
--- a/cli/tests/integration/run_tests.rs
+++ b/cli/tests/integration/run_tests.rs
@@ -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",