Skip to content

Commit

Permalink
Re-enable dput test
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 23, 2023
1 parent 3d6c6d7 commit 3ab12e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-base-r.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ test_that("base::`@` accesses S7 properties", {
})

test_that("dput(<S7_object>) works", {
skip_if(getRversion() < "4.3")
skip("dput() not fixed yet; https://github.com/RConsortium/S7/issues/272")
skip_if(getRversion() < "4.4")

expect_no_error(dput(new_class("Foo")()))
expect_no_error(dput(new_class("Foo")))
Expand Down

0 comments on commit 3ab12e8

Please sign in to comment.