test/embedded: remote test to add timer twice as it triggers assertion

This commit is contained in:
Matthias Ringwald 2021-03-07 22:10:50 +01:00
parent 43b71a9fd7
commit d9c6a0aea9

View File

@ -181,8 +181,6 @@ TEST(RunLoopBase,Timer){
btstack_run_loop_base_add_timer(&timer_2);
// add timer 1
btstack_run_loop_base_add_timer(&timer_1);
// add timer again - to trigger log_error
btstack_run_loop_base_add_timer(&timer_1);
// dump timers
btstack_run_loop_base_dump_timer();
// process timers for now_1