We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0483be commit 2eb267eCopy full SHA for 2eb267e
1 file changed
dash-spv/src/storage/lockfile.rs
@@ -63,11 +63,7 @@ mod tests {
63
}
64
65
#[test]
66
- #[cfg_attr(target_os = "windows", ignore)]
67
fn test_lock_file_contains_pid() {
68
- // On Windows, exclusive locks prevent reading through another file handle,
69
- // so this test is skipped there. The PID write is verified indirectly
70
- // through the successful lock acquisition in other tests.
71
let temp_dir = TempDir::new().expect("Failed to create temp directory");
72
let lock_path = temp_dir.path().join(".lock");
73
0 commit comments