tests/testthat/reporters/skips.R

test_that("regular skip", {
  skip("regular skip")
})

test_that("skip with details", {
  skip("longer skip:\nthis is what happened")
})
r-lib/testthat documentation built on Feb. 18, 2024, 8:59 p.m.