From 6586736d30b92e01273c08abbe3224c09d3c45c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:28:26 +0200 Subject: [PATCH] temporary: comment out skip_on_cran --- tests/testthat/test-examples.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-examples.R b/tests/testthat/test-examples.R index 6695f50c8..6c8784d50 100644 --- a/tests/testthat/test-examples.R +++ b/tests/testthat/test-examples.R @@ -118,7 +118,7 @@ for (i in rd_files()) { testthat::test_that( paste0("example-", basename(i)), { - testthat::skip_on_cran() + # testthat::skip_on_cran() if (basename(i) %in% strict_exceptions) { op <- options() withr::local_options(opts_partial_match_old)