Skip to content

Commit

Permalink
Disabling non-opt version of the unit test for `location_discrete_eve…
Browse files Browse the repository at this point in the history
…nt_simulator_test` due to flakiness.

PiperOrigin-RevId: 438372349
  • Loading branch information
yfcyfcyfc authored and copybara-github committed Mar 30, 2022
1 parent bbb0ec6 commit f2ed5dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agent_based_epidemic_sim/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ cc_test(
srcs = [
"location_discrete_event_simulator_test.cc",
],
tags = [
"optonly",
],
deps = [
":broker",
":event",
Expand Down

0 comments on commit f2ed5dc

Please sign in to comment.