Skip to content

Commit

Permalink
tests: use local_reproducible_output to skip unicode on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
detule committed Sep 10, 2024
1 parent c388e73 commit 15ec641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-driver-sql-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ test_that("can create / write to temp table", {

# See https://github.com/r-dbi/odbc/issues/834
test_that("encoding test", {
skip_on_os("windows")
local_reproducible_output(unicode = TRUE)
df <- data.frame(
var_char_col = c('kanin', 'ræven', 'ålens', 'ørred'),
bøvs = 1
Expand Down

0 comments on commit 15ec641

Please sign in to comment.