Skip to content

Commit

Permalink
Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 22, 2024
1 parent 2bc9366 commit 75b4b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-glimpse.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test_that("glimpse calls tbl_sum() (#550)", {
})

test_that("output test for glimpse()", {
skip_if_not_installed("tibble")
local_unknown_rows()

expect_snapshot({
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-num.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test_that("output test", {
skip_if_not_installed("tibble")

expect_snapshot({
tibble::tibble(
x0 = num(9:11 * 100 + 0.5, sigfig = 3),
Expand Down

0 comments on commit 75b4b3f

Please sign in to comment.