Skip to content

Commit

Permalink
Disable reproducible runs test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jan 28, 2025
1 parent 161aa70 commit 0a7d97f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-utils-data-dataloader.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ test_that("can return tensors in multiworker dataloaders", {
})

test_that("can make reproducible runs", {
# TODO: see https://github.com/r-lib/callr/issues/295
# We can't really change when we acquire the seeds because that would break existing code too.
skip_on_os("windows")

if (cuda_is_available()) {
skip_on_os("windows")
}
Expand Down

0 comments on commit 0a7d97f

Please sign in to comment.