Skip to content

Commit

Permalink
chore: remove 'fix_exotic_specifier' test (denoland#16143)
Browse files Browse the repository at this point in the history
It's a test that's been flaky for a week, and after offline discussion,
we're no longer sure what it's testing.
  • Loading branch information
bartlomieju authored Oct 4, 2022
1 parent 0d042d8 commit 0b4a6c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions cli/tests/integration/run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions cli/tests/testdata/run/fix_exotic_specifiers.ts

This file was deleted.

1 change: 0 additions & 1 deletion cli/tests/testdata/run/fix_exotic_specifiers.ts.out

This file was deleted.

0 comments on commit 0b4a6c4

Please sign in to comment.