Skip to content

Commit 7908add

Browse files
committed
deactivate froll tests
1 parent 992b389 commit 7908add

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/froll.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
require(data.table)
2-
test.data.table(script="froll.Rraw")
2+
minor_version = as.integer(strsplit(packageDescription("data.table")$Version, "\\.")[[1]][[3]])
3+
if (minor_version == 99L && Sys.getenv("RunAllDataTableTests") != "no") test.data.table(script="froll.Rraw")

0 commit comments

Comments
 (0)