Skip to content

Commit 026524a

Browse files
committed
Remove testthat::skip* calls and keep a single one inside the helper-opal-demo_server.R
1 parent 22659c6 commit 026524a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

tests/testthat/test-utils-armadillo.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ test_that("armadillo_login propagates credential retrieval errors", {
163163
# Integration-style test (optional, only if real server configured)
164164
# -------------------------------------------------------------------------
165165
test_that("armadillo_login works with real Armadillo server (optional)", {
166-
skip_on_cran()
167-
skip_if_not_installed("DSMolgenisArmadillo")
168-
skip_if_not_installed("MolgenisArmadillo")
169-
170166
server <- Sys.getenv("ARMADILLO_SERVER")
171167
skip_if(server == "", "No ARMADILLO_SERVER env var set")
172168

tests/testthat/test-utils-safe_project.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,6 @@ test_that("flatten_safe_project.rocrate returns empty tibble on error", {
302302
# -------------------------------------------------------------------------
303303

304304
test_that("extract_safe_project.opal works with demo Opal server", {
305-
skip_on_cran()
306-
skip_if_not_installed("opalr")
307-
308305
# Skip if demo server is unreachable
309306
con <- try(opal_demo_con(), silent = TRUE)
310307
skip_if(inherits(con, "try-error"), "Opal demo server not available")

0 commit comments

Comments
 (0)