Skip to content

Commit a791204

Browse files
committed
ditch errant test
1 parent f186366 commit a791204

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

r/tests/testthat/test-Table.R

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -430,15 +430,6 @@ test_that("Can create table with specific dictionary types", {
430430
expect_equal_data_frame(tab_large, fact)
431431
})
432432

433-
test_that("Table converts dictionary arrays with wider index types back to R", {
434-
fact <- example_data[, "fct"]
435-
for (i in list(uint32(), int64(), uint64())) {
436-
sch <- schema(fct = dictionary(i, utf8()))
437-
tab <- Table$create(fact, schema = sch)
438-
expect_equal(tab$schema, sch)
439-
expect_equal_data_frame(tab, fact)
440-
}
441-
})
442433

443434
test_that("Table converts dictionary arrays with string_view values", {
444435
expected <- data.frame(foo = factor(c("x", NA, "x")))

0 commit comments

Comments
 (0)