summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-11-05 15:45:00 -0500
committerGitHub <noreply@github.com>2019-11-05 15:45:00 -0500
commitadc3467c9c703cb722ce3d5314a415c355855c9a (patch)
treee9aa4f497a4b9893cb3299757a87ea0728bbefcd /cli/tests
parenta611788834e40153ef27c8f1d6b7fd52c8a016b1 (diff)
Disable flaky tests (#3270)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration_tests.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index dd9388014..a799077ef 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -156,11 +156,13 @@ itest!(_018_async_catch {
output: "018_async_catch.ts.out",
});
+/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
itest!(_019_media_types {
args: "run --reload 019_media_types.ts",
output: "019_media_types.ts.out",
http_server: true,
});
+*/
itest!(_020_json_modules {
args: "run --reload 020_json_modules.ts",
@@ -335,11 +337,13 @@ itest!(_047_jsx {
output: "047_jsx_test.jsx.out",
});
+/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
itest!(_048_media_types_jsx {
args: "run --reload 048_media_types_jsx.ts",
output: "048_media_types_jsx.ts.out",
http_server: true,
});
+*/
itest!(_049_info_flag_script_jsx {
args: "info http://127.0.0.1:4545/cli/tests/048_media_types_jsx.ts",