Skip to content

Commit

Permalink
Fix #368 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot authored Sep 14, 2023
1 parent 3b48e97 commit 64fef5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test_identical.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ unlink("mtcars.rds")
unlink("mtcars.R")
unlink("mtcars.RData")
test_that("Data identical (R formats), feather", {
skip_if_not_installed(pkg="feather")
expect_equivalent(import(export(mtcars, "mtcars.feather")), mtcars)
unlink("mtcars.feather")
})
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test_import_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ test_that("Universal dummy `which` #326", {

test_that("Universal dummy `which` (Suggests) #326", {
skip_if_not_installed("qs")
skip_if_not_installed("arrow")
skip_if_not_installed("ods")
formats <- c("qs", "parquet", "ods")
for (format in formats) {
tempzip <- tempfile(fileext = paste0(".", format, ".zip"))
Expand Down

0 comments on commit 64fef5d

Please sign in to comment.