R Under development (unstable) (2025-06-05 r88281 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(brickster) > library(withr) > > test_check("brickster") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 518 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1', 'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1', 'test-jobs.R:144:1', 'test-libraries.R:51:1', 'test-misc-helpers.R:16:1', 'test-mlflow-dbrx.R:103:1', 'test-queries.R:32:1', 'test-query-history.R:17:1', 'test-secrets.R:79:1', 'test-sql-execution.R:34:1', 'test-uc-catalogs.R:19:1', 'test-uc-schemas.R:23:1', 'test-uc-tables.R:48:1', 'test-uc-volumes.R:61:1', 'test-unity-catalog.R:85:1', 'test-warehouses.R:59:1', 'test-workspace-folder.R:68:1' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 518 ] > > proc.time() user system elapsed 10.89 1.03 11.89