Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL

This commit is contained in:
rl1987 2020-03-06 17:55:21 +02:00
parent 1da0b05a5c
commit 3db65bc218

View File

@ -114,6 +114,10 @@ test_new_route_len_unhandled_exit(void *arg)
int r;
(void)arg;
#ifdef ALL_BUGS_ARE_FATAL
tt_skip();
#endif
MOCK(count_acceptable_nodes, mock_count_acceptable_nodes);
tor_capture_bugs_(1);