summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-07-07 13:52:42 -0400
committerGitHub <noreply@github.com>2021-07-07 13:52:42 -0400
commit29b9c89312547661fa8e32efd2f29a653b83d730 (patch)
treed18d2856348b9bc270d43e6993a1b6faa6a65a0b
parent340e36cc2c48bd777255c383226927fc35c81baa (diff)
chore: temporarily disable flaky single_compile_with_reload test (#11320)
-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",