diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-11-09 13:11:22 +0900 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-11-08 20:11:22 -0800 |
commit | 54f23b7caa90a3f1962ad4ec6180d4ec31b9db07 (patch) | |
tree | 85c7eb0d8f7447d5d3e8eac91fcbfacdad5ad1e5 /cli/tests/integration_tests.rs | |
parent | 964b84091a7744eeac0fa785301aeb62855bf5f6 (diff) |
test: re-enable integration test 045 (#3300)
This test was improved in #3185.
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index d0d571686..fc059b1b3 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -319,15 +319,11 @@ itest!(_044_bad_resource { exit_code: 1, }); -// TODO(kt3k): Temporarily skip this test because welcome.ts doesn't seem -// working. -/* itest!(_045_proxy { args: "run --allow-net --allow-env --allow-run --reload 045_proxy_test.ts", output: "045_proxy_test.ts.out", http_server: true, }); -*/ itest!(_046_tsx { args: "run --reload 046_jsx_test.tsx", |