Skip to content

Commit

Permalink
Additional test conditioner
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 1, 2024
1 parent 5f7e0e0 commit c26d97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/r/tests/testthat/test-SOMADataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ test_that("missing levels in enums", {


test_that("factor levels can grow without overlap", {

skip_if(!extended_tests())
uri <- tempfile()
schema <- arrow::schema(arrow::field(name = "soma_joinid", type = arrow::int64()),
arrow::field(name = "obs_col_like",
Expand Down Expand Up @@ -822,6 +822,7 @@ test_that("factor levels can grow without overlap", {
})

test_that("factor levels cannot extend beyond index limit", {
skip_if(!extended_tests())
for (tp in c("INT8", "UINT8")) {
uri <- tempfile()
idx_type <- if (tp == "INT8") arrow::int8() else arrow::uint8()
Expand Down

0 comments on commit c26d97c

Please sign in to comment.