From e1d1836854f36c357756f204b4b88ea41e08b251 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 7 Nov 2019 14:18:27 -0500 Subject: [PATCH] disable flaky test --- cli/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index a799077ef3..70d733cda1 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -345,11 +345,13 @@ itest!(_048_media_types_jsx { }); */ +/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally. itest!(_049_info_flag_script_jsx { args: "info http://127.0.0.1:4545/cli/tests/048_media_types_jsx.ts", output: "049_info_flag_script_jsx.out", http_server: true, }); +*/ itest!(_050_more_jsons { args: "run --reload 050_more_jsons.ts",