Skip to content

Commit c65e0d4

Browse files
Tmonsterkrlmlr
authored andcommitted
skip test on previous versions of R
1 parent b85adea commit c65e0d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test_strings.R

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
library(duckdb)
22

33
test_that("Invalid unicode produces an error", {
4+
# this doesn't throw an error on previous versions of R
5+
skip_if_no_R4()
46
con <- DBI::dbConnect(duckdb::duckdb())
57

68
my_df <- structure(list(no_municipio_esc = "Est\xe2ncia", no_municipio_prova = "Est\xe2ncia"), row.names = 16L, class = "data.frame")

0 commit comments

Comments
 (0)