diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-11-15 00:19:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 00:19:12 +0000 |
commit | dcc75d5685ddb1ad3c1b97721cbc24bf6fa56c76 (patch) | |
tree | 0e148a4dcbf8dddbeaf5801e85e147a404ce6e1f /tools | |
parent | 617350e79c58b6e01984e3d7c7436d243d0e5cff (diff) |
chore: remove some unused tests (#26878)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index cc595c2b1..21064a05b 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -219,7 +219,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 24, + "run_tests.rs": 20, "shared_library_tests.rs": 0, "task_tests.rs": 2, "test_tests.rs": 0, |