Skip to content

Fix test failure in tor_dirmgr::state::test::get_microdescs_state

Nick Mathewson requested to merge nickm/arti:dirmgr_state_test_fix into main

This failure occurred because our tests use canned data to exercise the directory state functionality, and the canned consensus has suddenly become very expired.

There are better fixes possible, but this is a minimal one that should get CI working on main again.

Merge request reports