From 8c7d72a3134b2951761989be42ffa4aca4dc3f52 Mon Sep 17 00:00:00 2001 From: Lucas Farias Date: Sat, 24 May 2025 16:26:11 -0300 Subject: [PATCH] Remove duplicated comment --- tools/ci/src/commands/test.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci/src/commands/test.rs b/tools/ci/src/commands/test.rs index fcaf086672..b1342b199a 100644 --- a/tools/ci/src/commands/test.rs +++ b/tools/ci/src/commands/test.rs @@ -27,8 +27,6 @@ impl Prepare for TestCommand { PreparedCommand::new::( cmd!( sh, - // `--benches` runs each benchmark once in order to verify that they behave - // correctly and do not panic. "cargo test --tests {no_fail_fast} -- --skip check_mesh --skip check_standard_material" ), "Please fix failing tests in output above.",