Skip to content

Commit

Permalink
skip tests on git
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Apr 2, 2024
1 parent 82774ac commit 2cc312f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-read_file.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_on_ci()

test_that("read_file works", {
rds_path <- tempfile(fileext = ".rds")
rds_gz_path <- tempfile(fileext = ".rds.gz")
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-write_file.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_on_ci()

test_that("write_file works", {
rds_path <- tempfile(fileext = ".rds")
parquet_path <- tempfile(fileext = ".parquet")
Expand Down

0 comments on commit 2cc312f

Please sign in to comment.