Skip to content

Commit

Permalink
disables rejection_restores_internal_state_genesis test on Windows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Apr 26, 2024
1 parent e5d4d73 commit c28e37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-state/src/service/non_finalized_state/tests/prop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit c28e37b

Please sign in to comment.