Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 4, 2024
1 parent e30a0b0 commit a148b0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-relational-duckdb.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ test_that("duckdb_rel_from_df()", {
map(df, vec_ptype)
)

# FIXME: Test that vec_ptype_safe() does not materialize (#149),
# remove test-altrep.R

skip_if(Sys.getenv("DUCKPLYR_CHECK_ROUNDTRIP") == "TRUE")

# If this is no longer an eror, we need to make sure that subsetting
Expand Down

0 comments on commit a148b0c

Please sign in to comment.