From 3c2bee36f0fce9656960935626d1103724004a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:36:49 +0000 Subject: [PATCH] fix: adds missing testing depth check --- tests/testthat/test-examples.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-examples.R b/tests/testthat/test-examples.R index fc17b52ac..8adc9f92f 100644 --- a/tests/testthat/test-examples.R +++ b/tests/testthat/test-examples.R @@ -124,6 +124,7 @@ for (i in rd_files()) { paste0("example-", basename(i)), { testthat::skip_on_cran() + skip_if_too_deep(5) if (basename(i) %in% strict_exceptions) { op <- options() withr::local_options(opts_partial_match_old)