Skip to content

Commit

Permalink
Skip a test in covr
Browse files Browse the repository at this point in the history
Tests with `load_all()` in subprocesses tend to have
issues with covr.
  • Loading branch information
gaborcsardi committed Apr 2, 2024
1 parent 9b78f9d commit 66a18ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-failure-output.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test_that("output is printed on failure", {
skip_on_cran()
skip_on_covr()

# Full output in interactive sessions
badcompile <- paste0(
Expand Down

0 comments on commit 66a18ae

Please sign in to comment.