diff --git a/crates/swc_ecma_parser/tests/typescript.rs b/crates/swc_ecma_parser/tests/typescript.rs index bbade2a63331..844cb1e0f66b 100644 --- a/crates/swc_ecma_parser/tests/typescript.rs +++ b/crates/swc_ecma_parser/tests/typescript.rs @@ -78,7 +78,10 @@ fn spec(file: PathBuf) { run_spec(&file, &output); } -#[testing::fixture("tests/tsc/**/*.ts")] +#[testing::fixture( + "tests/tsc/**/*.ts", + exclude("autoAccessor", "parserArrowFunctionExpression11") +)] fn tsc_spec(file: PathBuf) { let output = file.with_extension("json"); run_spec(&file, &output);