Skip to content

Commit

Permalink
add skips
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Mar 15, 2024
1 parent 717b8ff commit a16e9bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-stan-generated_quantities.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
skip_on_cran()
skip_on_os("windows")

test_that("calculate_growth works as expected", {
skip_on_cran()
expect_equal(calculate_growth(rep(1, 5), 1), rep(0, 4))
Expand Down

0 comments on commit a16e9bd

Please sign in to comment.