diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-09-13 13:43:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 13:43:50 +0200 |
commit | bf70442b08eb54b2959b32977aa0a245c530248b (patch) | |
tree | 202d1632217a85d322e9a450ed8ce9531c93a895 /cli/tests/integration_tests.rs | |
parent | daa780e2cf2bf606f78c686ac1416786bf85d107 (diff) |
upgrade: rusty_v8 0.10.0 / V8 8.7.75 (#7429)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 44e56d246..dce0ce1b8 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2105,7 +2105,9 @@ itest!(ts_type_imports { exit_code: 1, }); -itest!(ts_decorators { +// Broken after V8 upgrade +// https://github.com/denoland/deno/pull/7429 +itest_ignore!(ts_decorators { args: "run --reload -c tsconfig.decorators.json ts_decorators.ts", output: "ts_decorators.ts.out", }); |