summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com>2024-09-03 18:14:19 +0300
committerGitHub <noreply@github.com>2024-09-03 15:14:19 +0000
commit1d04c84c8f36a88697c82cf98587a5728952314f (patch)
tree16d57ecda9e50197a2f6e8443bb6b6eebd92ec86 /tools
parentb8ed6f822174b2322fbe9f8b58698b76b5505b4a (diff)
chore: deprecate eval itests (#25382)
This PR serves as a part of #22907 . --------- Signed-off-by: David Sherret <dsherret@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 6784ec630..d40b1b1fd 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -202,7 +202,7 @@ async function ensureNoNewITests() {
"compile_tests.rs": 0,
"coverage_tests.rs": 0,
"doc_tests.rs": 15,
- "eval_tests.rs": 9,
+ "eval_tests.rs": 0,
"flags_tests.rs": 0,
"fmt_tests.rs": 17,
"info_tests.rs": 18,