Skip to content

Commit 6dca2ff

Browse files
CLEANUP: Don't test future::cluster, because it will be removed
1 parent 8ae9efd commit 6dca2ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: future.tests
22
Title: Test Suite for 'Future API' Backends
3-
Version: 0.7.0-9002
3+
Version: 0.7.0-9003
44
Authors@R: c(
55
person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "[email protected]"),
66
person(family = "The R Consortium", comment = "Project was awared an Infrastructure Steering Committee (ISC) grant in 2017", role = "fnd"))

tests/test_plans.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ library(future)
44
test_plans <- test_plans()
55
print(test_plans)
66

7-
add_test_plan(plan(future:::constant))
87
add_test_plan(plan(sequential))
98
add_test_plan(plan(multisession, workers = 1L))
109
add_test_plan(plan(multisession, workers = 2L))
1110

1211
test_plans <- test_plans()
1312
print(test_plans)
14-
stopifnot(length(test_plans) == 4L)
13+
stopifnot(length(test_plans) == 3L)
1514

1615
res <- along_test_plans({ 42L })
1716
print(res)

0 commit comments

Comments
 (0)