From 29b9c89312547661fa8e32efd2f29a653b83d730 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 7 Jul 2021 13:52:42 -0400 Subject: [PATCH] chore: temporarily disable flaky single_compile_with_reload test (#11320) --- cli/tests/integration/run_tests.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 14e212dd7f..d2997d7473 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",