Skip to content

Commit

Permalink
skip a test in windows env
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Apr 2, 2024
1 parent 931deb8 commit 1831353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ mod test {
assert_eq!(peers_connected(&other_bitcoind.client), 1);
}

#[cfg(not(target_os = "windows"))]
#[test]
fn test_data_persistence() {
// Create a Conf with staticdir type
Expand Down

0 comments on commit 1831353

Please sign in to comment.