You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #693 the simulation_run_stats_test is disabled because this test causes a stack overflow in CI when running asan. This is caused by the EXPECT_DEATH macro.
Instead of disabling the entire test. It should be narrowed to only the lines where EXPECT_DEATH macro is executed.
The text was updated successfully, but these errors were encountered:
In PR #693 the
simulation_run_stats_test
is disabled because this test causes a stack overflow in CI when runningasan
. This is caused by theEXPECT_DEATH
macro.Instead of disabling the entire test. It should be narrowed to only the lines where
EXPECT_DEATH
macro is executed.The text was updated successfully, but these errors were encountered: