From dc977e611143aad6419ed16f80155587397bfeba Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 22 Nov 2023 10:49:32 -0500 Subject: [PATCH] Revert "Horrible hack" This reverts commit ce30585bae433daf3009a655d95abb91fe5c0d05. Those tests have been fixed for the Windows platform. --- burn-dataset/src/dataset/sqlite.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/burn-dataset/src/dataset/sqlite.rs b/burn-dataset/src/dataset/sqlite.rs index 3cb768801b..d1ba2e3284 100644 --- a/burn-dataset/src/dataset/sqlite.rs +++ b/burn-dataset/src/dataset/sqlite.rs @@ -771,7 +771,6 @@ mod tests { assert!(!test_path.exists()); } - #[cfg(not(target_os = "windows"))] #[rstest] pub fn sqlite_writer_write(writer_fixture: (Writer, TempDir)) { // Get the dataset_saver from the fixture and tmp_dir (will be deleted after scope) @@ -811,7 +810,6 @@ mod tests { assert_eq!(dataset.len(), 1); } - #[cfg(not(target_os = "windows"))] #[rstest] pub fn sqlite_writer_write_multi_thread(writer_fixture: (Writer, TempDir)) { // Get the dataset_saver from the fixture and tmp_dir (will be deleted after scope)