disable test for windows

This commit is contained in:
Alfredo Garcia 2024-04-16 14:41:17 -03:00
parent d2c0af02b7
commit a584822b1c
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ 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();