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.",