From 1d04c84c8f36a88697c82cf98587a5728952314f Mon Sep 17 00:00:00 2001 From: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:14:19 +0300 Subject: chore: deprecate eval itests (#25382) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR serves as a part of #22907 . --------- Signed-off-by: David Sherret Co-authored-by: Bartek IwaƄczuk Co-authored-by: David Sherret --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lint.js') 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, -- cgit v1.2.3