From bf70442b08eb54b2959b32977aa0a245c530248b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 13 Sep 2020 13:43:50 +0200 Subject: upgrade: rusty_v8 0.10.0 / V8 8.7.75 (#7429) --- cli/tests/integration_tests.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/tests/integration_tests.rs') 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", }); -- cgit v1.2.3