Skip to content

Commit

Permalink
Disable the test for #19
Browse files Browse the repository at this point in the history
Appear to be resolved
  • Loading branch information
chainsawriot committed Dec 19, 2023
1 parent 06c8330 commit 94cc65a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/testthat/test_resolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ test_that("unresolved", {
expect_equal(x2$sysreqs, character(0))
})

test_that("issue #19", {
skip_if_offline()
skip_on_cran()
warns1 <- capture_warnings(x <- resolve("gRbase", snapshot_date = "2005-12-01"))
expect_true(length(warns1) == 1)
expect_true(any(grepl("^cran::dynamicGraph can't", warns1)))
expect_true(length(x$sysreqs) != 0)
})
## test_that("issue #19", {
## skip_if_offline()
## skip_on_cran()
## warns1 <- capture_warnings(x <- resolve("gRbase", snapshot_date = "2005-12-01"))
## expect_true(length(warns1) == 1)
## expect_true(any(grepl("^cran::dynamicGraph can't", warns1)))
## expect_true(length(x$sysreqs) != 0)
## })

test_that("cache #17", {
skip_if_offline()
Expand Down

0 comments on commit 94cc65a

Please sign in to comment.