summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-09-13 13:43:50 +0200
committerGitHub <noreply@github.com>2020-09-13 13:43:50 +0200
commitbf70442b08eb54b2959b32977aa0a245c530248b (patch)
tree202d1632217a85d322e9a450ed8ce9531c93a895 /cli/tests/integration_tests.rs
parentdaa780e2cf2bf606f78c686ac1416786bf85d107 (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.rs4
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",
});