Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#6327 from m-chaturvedi/ignoring_dr…
Browse files Browse the repository at this point in the history
…ake_loop_test

Ignoring lcm_driven_loop_test For Some Sanitizers
  • Loading branch information
jamiesnape authored Jun 13, 2017
2 parents b2da5ad + fcaa03a commit 3acb4dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drake/systems/lcm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ drake_cc_googletest(
name = "lcm_driven_loop_test",
# TODO(jamiesnape, siyuanfeng-tri): Remove flaky flag, see #5936.
flaky = 1,
tags = [
"no_asan",
"no_memcheck",
"no_tsan",
],
deps = [
"//drake/common:eigen_matrix_compare",
"//drake/lcm",
Expand Down

0 comments on commit 3acb4dc

Please sign in to comment.