Skip to content

Commit

Permalink
TESTS: Re-enable mirai_multisession tests on MS Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Apr 9, 2024
1 parent a715a67 commit 640fd00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future.mirai
Version: 0.1.1-9008
Version: 0.1.1-9009
Depends:
future
Imports:
Expand Down
4 changes: 1 addition & 3 deletions tests/mirai_multisession.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
if (requireNamespace("future.tests")) {
mirai::daemons(0) ## Reset any daemons running

if (.Platform[["OS.type"]] != "windows") {
future.tests::check("future.mirai::mirai_multisession", timeout = 30.0, exit_value = FALSE)
}
future.tests::check("future.mirai::mirai_multisession", timeout = 30.0, exit_value = FALSE)

mirai::daemons(0) ## Reset any daemons running
gc()
Expand Down

0 comments on commit 640fd00

Please sign in to comment.