Skip to content

Commit

Permalink
test skipped until duckdb/duckdb-r#186
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Oct 7, 2024
1 parent 24d1414 commit 2a85736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb-rfuns-r/tests/testthat/test-in.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ test_that(" <string> %in% <date>", {
})

test_that("%in% skipped", {
skip("Value::LIST without providing a child-type requires a non-empty list of values")
skip("until https://github.com/duckdb/duckdb-r/pull/186")

expect_rfuns_in(c(NA_real_), numeric())
})

0 comments on commit 2a85736

Please sign in to comment.