Skip to content

Commit

Permalink
Disable memcheck for parallelism tests (RobotLocomotion#20418)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchenhan-tri authored Oct 23, 2023
1 parent b0cbb1f commit d214ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/workspace/common_robotics_utilities/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ cc_test(
tags = [
"cpu:2",
"no_kcov",
# Some of these tests take too long under valgrind for CI.
"no_memcheck",
],
timeout = "moderate",
deps = [
Expand Down

0 comments on commit d214ce5

Please sign in to comment.