Skip to content

Commit

Permalink
ARROW-8217: [R] Unskip previously failing test on Win32 in test-datas…
Browse files Browse the repository at this point in the history
…et.R from ARROW-7979

Neal found that the test passed in a debug build, let's see if the test still fails on master

Closes #6799 from wesm/unskip-failing-r-test

Authored-by: Wes McKinney <wesm+git@apache.org>
Signed-off-by: Wes McKinney <wesm+git@apache.org>
  • Loading branch information
wesm committed Apr 1, 2020
1 parent 38a4134 commit 2a2a9ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions r/tests/testthat/test-dataset.R
Expand Up @@ -174,9 +174,6 @@ test_that("IPC/Arrow format data", {
dim(ds),
"Number of rows unknown; returning NA"
)
# This causes a segfault on Windows R 32-bit following ARROW-7979
# TODO: fix me
skip_on_os("windows")
expect_equivalent(
ds %>%
select(string = chr, integer = int, part) %>%
Expand Down

0 comments on commit 2a2a9ae

Please sign in to comment.