tests/testthat/test_dir/test-skip.R

test_that("Skips skip", {
  skip("Skipping to avoid certain failure")
  expect_true(FALSE)
})
hadley/testthat documentation built on Feb. 16, 2024, 9:20 p.m.