Run test_backward_compatibility only on linux

Windows seems unhappy with it
pull/175/head
Tpt 3 years ago
parent 5a449bd4f3
commit 461a27865c
  1. 2
      lib/tests/store.rs

@ -191,7 +191,7 @@ fn test_bulk_load_on_existing_delete_overrides_the_delete() -> Result<()> {
} }
#[test] #[test]
#[cfg(not(target_arch = "wasm32"))] #[cfg(target_os = "linux")]
fn test_backward_compatibility() -> Result<()> { fn test_backward_compatibility() -> Result<()> {
// We run twice to check if data is properly saved and closed // We run twice to check if data is properly saved and closed
for _ in 0..2 { for _ in 0..2 {

Loading…
Cancel
Save