Skip to content

Commit 2a2a9ae

Browse files
committed
ARROW-8217: [R] Unskip previously failing test on Win32 in test-dataset.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 apache#6799 from wesm/unskip-failing-r-test Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>
1 parent 38a4134 commit 2a2a9ae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

r/tests/testthat/test-dataset.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ test_that("IPC/Arrow format data", {
174174
dim(ds),
175175
"Number of rows unknown; returning NA"
176176
)
177-
# This causes a segfault on Windows R 32-bit following ARROW-7979
178-
# TODO: fix me
179-
skip_on_os("windows")
180177
expect_equivalent(
181178
ds %>%
182179
select(string = chr, integer = int, part) %>%

0 commit comments

Comments
 (0)