From 964b84091a7744eeac0fa785301aeb62855bf5f6 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 8 Nov 2019 12:55:06 -0500 Subject: 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 70d733cda..d0d571686 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -174,11 +174,13 @@ itest!(_021_mjs_modules { output: "021_mjs_modules.ts.out", }); +/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally. itest!(_022_info_flag_script { args: "info http://127.0.0.1:4545/cli/tests/019_media_types.ts", output: "022_info_flag_script.out", http_server: true, }); +*/ itest!(_023_no_ext_with_headers { args: "run --reload 023_no_ext_with_headers", -- cgit v1.2.3