Skip to content

Commit

Permalink
Do not skip session info tests on CI
Browse files Browse the repository at this point in the history
It should work now.
  • Loading branch information
gaborcsardi committed Sep 23, 2021
1 parent 5d031bd commit d2b9cf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-rcmdcheck.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ test_that("rcmdcheck works", {
expect_match(det$description, "^Package: badpackage")
det$description <- NULL

## This currently fails with rcmdcheck() (why?), so it also fails GHA
skip_on_ci()
expect_s3_class(si, "session_info")
})

Expand Down Expand Up @@ -116,8 +114,6 @@ test_that("background gives same results", {
# check.env file was loaded
expect_equal(lp1$env[['_R_CHECK_PKG_SIZES_THRESHOLD_']], "142")

## This currently fails with rcmdcheck() (why?), so it also fails GHA
skip_on_ci()
expect_s3_class(res$session_info, "session_info")
})

Expand Down

0 comments on commit d2b9cf0

Please # to comment.