diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-11-19 18:56:37 +0100 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-19 12:56:37 -0500 |
commit | 2ac107f54848e44144c0ee2bdbdfb40732e20b2b (patch) | |
tree | 03bae2b3753542ce15341e5a109e125d0eb542b2 /cli/tests | |
parent | e73a82dc42b3d80bea42482e227c31e5ef01e273 (diff) |
fix: use AF_INET6 in ./tools/http_server.py (#3374)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration_tests.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 2bb577fbb..195202d49 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -156,13 +156,11 @@ 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", @@ -174,13 +172,11 @@ 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", @@ -337,21 +333,17 @@ 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, }); -*/ -/* 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", @@ -370,13 +362,11 @@ itest!(lock_check_ok { http_server: true, }); -/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally. itest!(lock_check_ok2 { args: "run 019_media_types.ts --lock=lock_check_ok2.json", output: "019_media_types.ts.out", http_server: true, }); -*/ itest!(lock_check_err { args: "run --lock=lock_check_err.json http://127.0.0.1:4545/cli/tests/003_relative_import.ts", @@ -386,7 +376,6 @@ itest!(lock_check_err { http_server: true, }); -/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally. itest!(lock_check_err2 { args: "run 019_media_types.ts --lock=lock_check_err2.json", output: "lock_check_err2.out", @@ -394,7 +383,6 @@ itest!(lock_check_err2 { exit_code: 10, http_server: true, }); -*/ itest!(async_error { exit_code: 1, |