Skip to content

Commit 2eb267e

Browse files
committed
Revert "fix: Address Windows-specific storage and lock file issues"
This reverts commit 344236e.
1 parent d0483be commit 2eb267e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dash-spv/src/storage/lockfile.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ mod tests {
6363
}
6464

6565
#[test]
66-
#[cfg_attr(target_os = "windows", ignore)]
6766
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.
7167
let temp_dir = TempDir::new().expect("Failed to create temp directory");
7268
let lock_path = temp_dir.path().join(".lock");
7369

0 commit comments

Comments
 (0)