Skip to content

Commit

Permalink
skip snapshot tests on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed May 10, 2024
1 parent 892f157 commit 7efa255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-keys-near.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ summarise_ln_wages
summarise_slope

test_that("keys_near returns the same dimension and names etc", {
skip_on_cran()
expect_snapshot(summarise_ln_wages)
expect_snapshot(summarise_slope)
})
Expand Down

0 comments on commit 7efa255

Please sign in to comment.