From 543f401ce1e215386be2677ef1a823286e798912 Mon Sep 17 00:00:00 2001 From: HannaMeyer Date: Wed, 24 Apr 2024 18:04:08 +0200 Subject: [PATCH] skip a test on cran --- tests/testthat/test-fss.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-fss.R b/tests/testthat/test-fss.R index 2ca6c1c7..7e162493 100644 --- a/tests/testthat/test-fss.R +++ b/tests/testthat/test-fss.R @@ -1,5 +1,6 @@ test_that("ffs works with default arguments and the splotopen dataset (numerical only)",{ + skip_on_cran() skip_on_os("mac", arch = "aarch64") data("splotdata") splotdata = splotdata |> sf::st_drop_geometry()