Skip to content

Commit

Permalink
[solvers] Move 'no_memcheck' to ibex_solver_test (RobotLocomotion#15666)
Browse files Browse the repository at this point in the history
  • Loading branch information
soonho-tri authored Aug 25, 2021
1 parent e972f84 commit c396f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solvers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,6 @@ drake_cc_library(
"//conditions:default": ["ibex_converter.h"],
"//tools:no_dreal": [],
}),
# Disable this test in valgrind build. See #15662.
tags = ["no_memcheck"],
deps = [
":mathematical_program",
":mathematical_program_result",
Expand Down Expand Up @@ -1323,6 +1321,8 @@ drake_cc_googletest(

drake_cc_googletest(
name = "ibex_solver_test",
# Disable this test in valgrind build. See #15662.
tags = ["no_memcheck"],
deps = [
":generic_trivial_constraint",
":generic_trivial_cost",
Expand Down

0 comments on commit c396f9f

Please sign in to comment.