Skip to content

Commit

Permalink
Skip env cycle test on r-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed May 31, 2024
1 parent ed330cc commit 2fb66b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-eval-tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ test_that("can't take the names() and length() of the `.data` pronoun", {

test_that("eval_tidy() does not infloop when the quosure inherits from the mask", {
# New r-devel error: cycles in parent chains are not allowed
skip_on_cran()
skip_if(getRversion() >= "4.4.0" && grepl("devel", R.version$status))

mask <- as_data_mask(list(foo = 1))
quo <- new_quosure(quote(foo), mask)
Expand Down

0 comments on commit 2fb66b4

Please sign in to comment.