diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-04 14:24:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 14:24:35 +0200 |
commit | 0b4a6c4d084df54e827bc7767ce8653e06c45e93 (patch) | |
tree | 1c8fc122b2ccdea4f15add60a21cf96e36f59756 /cli/tests/integration/run_tests.rs | |
parent | 0d042d8e54684b85ce557017ced20d867a77904f (diff) |
chore: remove 'fix_exotic_specifier' test (#16143)
It's a test that's been flaky for a week, and after offline discussion,
we're no longer sure what it's testing.
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index e9285c603..f9daa7aa7 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1255,11 +1255,6 @@ itest!(fix_emittable_skipped { output: "run/fix_emittable_skipped.ts.out", }); -itest!(fix_exotic_specifiers { - args: "run --quiet --reload run/fix_exotic_specifiers.ts", - output: "run/fix_exotic_specifiers.ts.out", -}); - itest!(fix_js_import_js { args: "run --quiet --reload run/fix_js_import_js.ts", output: "run/fix_js_import_js.ts.out", |