test_that("S4 character class (tidyverse/tibble#1367)", { skip_if_not_installed("DBI") expect_snapshot({ pillar(DBI::SQL("x")) }) }) test_that("Infinite times (#645)", { skip_if(getRversion() < "4.3") expect_snapshot({ pillar(.POSIXct(Inf)) }) })