summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-11-08 12:55:06 -0500
committerRy Dahl <ry@tinyclouds.org>2019-11-08 17:27:09 -0500
commit964b84091a7744eeac0fa785301aeb62855bf5f6 (patch)
treeb893f3685b495ae68b78271f739d4e9fe05c14ac /cli/tests/integration_tests.rs
parent97ceea49f5ab2fcc0e8afe69a92b167570347c24 (diff)
disable flaky test
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 2 insertions, 0 deletions
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",