diff --git a/lib/tests/store.rs b/lib/tests/store.rs index 6dd0ec3b..642421ca 100644 --- a/lib/tests/store.rs +++ b/lib/tests/store.rs @@ -211,6 +211,7 @@ fn test_open_bad_dir() -> Result<(), Box> { } #[test] +#[cfg(target_os = "linux")] fn test_bad_stt_open() -> Result<(), Box> { let dir = TempDir::default(); let store = Store::open(&dir.0)?;