mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
test: re-enable integration test 045 (#3300)
This test was improved in #3185.
This commit is contained in:
parent
964b84091a
commit
54f23b7caa
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue