From d67c57d5bea6ecb8f70edb182432ef8c54f5b297 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:17:48 +0900 Subject: [PATCH] test: tempolary disable the test of `pl$mem_address` (#1161) --- tests/testthat/test-extendr-meta.R | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/testthat/test-extendr-meta.R b/tests/testthat/test-extendr-meta.R index 9a9708967..d82ab7b8f 100644 --- a/tests/testthat/test-extendr-meta.R +++ b/tests/testthat/test-extendr-meta.R @@ -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)