diff options
author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-09-11 18:39:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 17:39:47 +0200 |
commit | 1463a4ad5805b1b29f33b695ce19d4c42b671790 (patch) | |
tree | d625cadfd283e41da78b65998ad10036619ba7bb /tools/lint.js | |
parent | c64aa50c0e4219ef623a6ec3b939ac10a4568563 (diff) |
chore: deprecate task itests (#25558)
This PR is part of #22907
Diffstat (limited to 'tools/lint.js')
-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 2178d4579..c76589c66 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -222,7 +222,7 @@ async function ensureNoNewITests() { "repl_tests.rs": 0, "run_tests.rs": 338, "shared_library_tests.rs": 0, - "task_tests.rs": 30, + "task_tests.rs": 4, "test_tests.rs": 74, "upgrade_tests.rs": 0, "vendor_tests.rs": 1, |