mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user