Skip to content

Commit 46edb3d

Browse files
committed
Skip tests in CI
1 parent d92b199 commit 46edb3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/testthat/test_commodity_balance_sheet.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ k_ignore_unbalanced <- c(
1212
k_tolerance <- 1e-6
1313

1414
testthat::test_that("get_wide_cbs gives consistent Commodity Balance Sheet", {
15+
testthat::skip_on_ci()
16+
1517
cbs_alias <- "commodity_balance_sheet"
1618
test_file_path <- file.path(
1719
.get_destdir(),
@@ -52,6 +54,8 @@ testthat::test_that("get_wide_cbs gives consistent Commodity Balance Sheet", {
5254
testthat::test_that(
5355
"get_codes_coeffs gives consistent shares of processed items",
5456
{
57+
testthat::skip_on_ci()
58+
5559
cbs_alias <- "commodity_balance_sheet"
5660
coefs_alias <- "processing_coefs"
5761

0 commit comments

Comments
 (0)