Skip to content

Commit

Permalink
rm old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 5, 2024
1 parent 0eb5c55 commit 553e512
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions tests/testthat/test-crew_controller.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ crew_test("deprecate auto_scale", {
expect_true(TRUE)
})

crew_test("crew_controller() deprecate collect()", {
skip_on_cran()
skip_on_os("windows")
x <- crew_controller_local(seconds_idle = 360)
suppressWarnings(x$collect())
expect_true(TRUE)
})

crew_test("task collection and results stack work", {
skip_on_cran()
x <- crew_controller_local(seconds_idle = 120)
Expand Down
16 changes: 0 additions & 16 deletions tests/testthat/test-crew_controller_group.R
Original file line number Diff line number Diff line change
Expand Up @@ -489,22 +489,6 @@ crew_test("controllers in groups must not already be started", {
expect_crew_error(crew_controller_group(a, b))
})

crew_test("crew_controller_group() deprecate collect()", {
skip_on_cran()
skip_on_os("windows")
a <- crew_controller_local(
name = "a",
seconds_idle = 360
)
b <- crew_controller_local(
name = "b",
seconds_idle = 360
)
x <- crew_controller_group(a, b)
suppressWarnings(x$collect())
expect_true(TRUE)
})

crew_test("backlog with no tasks", {
skip_on_cran()
skip_on_os("windows")
Expand Down

0 comments on commit 553e512

Please sign in to comment.