Skip to content

Commit

Permalink
Revert "Horrible hack"
Browse files Browse the repository at this point in the history
This reverts commit ce30585bae433daf3009a655d95abb91fe5c0d05.

Those tests have been fixed for the Windows platform.
  • Loading branch information
syl20bnr committed Nov 23, 2023
1 parent 239c476 commit dc977e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions burn-dataset/src/dataset/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit dc977e6

Please sign in to comment.