Skip to content

Commit

Permalink
test: tempolary disable the test of pl$mem_address (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jul 5, 2024
1 parent 399baee commit d67c57d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/test-extendr-meta.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# TODO: remove this function? or this will be fixed when extendr is updated?
# The error on R devel:
# Error in `mem_address(robj)`: R_ExternalPtrAddr: argument of type ENVSXP is not an external pointer

test_that("clone_robj + mem_adress", {
skip("pl$mem_address seems broken on R devel")

# clone mutable
env = new.env(parent = emptyenv())
env2 = clone_robj(env)
Expand Down

0 comments on commit d67c57d

Please sign in to comment.