From 461a27865cadb42b6c73971c7b55b6fcc5211fcf Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 4 Dec 2021 19:13:15 +0100 Subject: [PATCH] Run test_backward_compatibility only on linux Windows seems unhappy with it --- lib/tests/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/store.rs b/lib/tests/store.rs index b2f2b32e..55c5fe6d 100644 --- a/lib/tests/store.rs +++ b/lib/tests/store.rs @@ -191,7 +191,7 @@ fn test_bulk_load_on_existing_delete_overrides_the_delete() -> Result<()> { } #[test] -#[cfg(not(target_arch = "wasm32"))] +#[cfg(target_os = "linux")] fn test_backward_compatibility() -> Result<()> { // We run twice to check if data is properly saved and closed for _ in 0..2 {