Skip to content

Commit 7e3d3f1

Browse files
committed
remove unit test
1 parent d111dcc commit 7e3d3f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

inst/tests/tests.Rraw

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21265,9 +21265,6 @@ DT[1, V1 := samelevel]
2126521265
test(2311.1, nlevels(DT$V1), 1L) # used to be 2
2126621266
DT[1, V1 := factor("a", levels = c("a", samelevel))]
2126721267
test(2311.2, nlevels(DT$V1), 2L) # used to be 3
21268-
# runs instant without regression but takes ages with #7404
21269-
dt = data.table(id = as.factor(rep(seq_len(1e6), each = 100)), V1 = 1)
21270-
test(2311.3, dt[, base::max(V1, na.rm = TRUE), by = id], dt[, max(V1), by = id])
2127121268

2127221269
# avoid translateChar*() in OpenMP threads, #6883
2127321270
DF = list(rep(iconv("\uf8", from = "UTF-8", to = "latin1"), 2e6))

0 commit comments

Comments
 (0)