Skip to content

Commit c6d8bc5

Browse files
committed
skip a test in windows env
1 parent c5b2184 commit c6d8bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ mod test {
608608
assert_eq!(peers_connected(&other_bitcoind.client), 1);
609609
}
610610

611+
#[cfg(not(target_os = "windows"))]
611612
#[test]
612613
fn test_data_persistence() {
613614
// Create a Conf with staticdir type

0 commit comments

Comments
 (0)