Skip to content

Commit

Permalink
Skip UTF-8 alias tests on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Cook committed Sep 4, 2019
1 parent bb9165e commit cda4a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-extract_alias.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test_that("column aliases extract as expected", {

test_that("column aliases extract as expected with UTF-8 characters present", {
skip_on_os("windows")
skip_on_cran()
expect_true(all(
extract_alias("ö x") == c(x = "ö"),
extract_alias("ö 'ö'") == c("ö" = "ö"),
Expand Down

0 comments on commit cda4a31

Please sign in to comment.