Skip to content

Commit

Permalink
Skip backtrace tests on old R versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Sep 20, 2022
1 parent 317f7d5 commit 6bfa6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-conditions.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ test_that("warnings are collected for `last_dplyr_warnings()`", {
})

test_that("complex backtraces with base and rlang warnings", {
skip_if_not_installed("base", "3.6.0")
local_options(
rlang_trace_format_srcrefs = FALSE
)
Expand Down

0 comments on commit 6bfa6bf

Please sign in to comment.