Skip to content

Commit

Permalink
skip ts utils tests on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenn committed Dec 29, 2023
1 parent 9979eb1 commit 680e13b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-utils-ts.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_on_cran()

test_that("collapse/expand", {

tbl <- ts_tbl(x = 1:5, y = hours(1:5), z = hours(2:6), val = rnorm(5),
Expand Down

0 comments on commit 680e13b

Please sign in to comment.