Skip to content

Commit

Permalink
skip failing test
Browse files Browse the repository at this point in the history
- Skip test that fails on Windows (#100).
  • Loading branch information
Kirill Müller committed Jun 30, 2016
1 parent 6cda841 commit cfd2fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-trunc-mat.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ test_that("trunc_mat for POSIXlt columns (#86)", {
})

test_that("trunc_mat for wide-character columns (#100)", {
skip_on_os("windows")

x <- c("成交日期", "合同录入日期")
df <- setNames(data_frame(1:3, 4:6), x)

Expand Down

0 comments on commit cfd2fad

Please sign in to comment.