disables `rejection_restores_internal_state_genesis` test on Windows (#8468)

This commit is contained in:
Arya 2024-04-26 01:30:31 -04:00 committed by GitHub
parent e5d4d739b7
commit c28e37bf23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();