Skip to content
Snippets Groups Projects
Commit 2f513a88 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

enable passing test

parent 92e3e247
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ public class TestBuiltin_setTimeLimit extends TestBase {
@Test
public void testsetTimeLimit1() {
assertEval(Ignored.Unknown, "argv <- list(FALSE, Inf, FALSE); .Internal(setTimeLimit(argv[[1]], argv[[2]], argv[[3]]))");
// TODO: this does not test actual functionality
assertEval("argv <- list(FALSE, Inf, FALSE); .Internal(setTimeLimit(argv[[1]], argv[[2]], argv[[3]]))");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment