restore `rejection_restores_internal_state_genesis` test

This commit is contained in:
Alfredo Garcia 2024-04-22 08:39:08 -03:00
parent 5d3fb3b695
commit 60b43c0ff4
1 changed files with 0 additions and 1 deletions

View File

@ -451,7 +451,6 @@ fn finalized_equals_pushed_history_tree() -> Result<()> {
/// Check that rejected blocks do not change the internal state of a genesis chain
/// in a non-finalized state.
#[test]
#[cfg(not(target_os = "windows"))]
fn rejection_restores_internal_state_genesis() -> Result<()> {
let _init_guard = zebra_test::init();