Skip to content

Commit

Permalink
geometry/dev: Work around CI errors (RobotLocomotion#9674)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Oct 15, 2018
1 parent b6d027c commit 309be0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/scene_graph/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ drake_cc_binary(
name = "solar_system_run_dynamics",
srcs = ["solar_system_run_dynamics.cc"],
add_test_rule = 1,
tags = [
"no_asan", # It doesn't pass yet.
],
test_rule_args = [
"--simulation_time=0.1",
],
Expand Down

0 comments on commit 309be0a

Please sign in to comment.