Skip to content

Commit c9f70e5

Browse files
committed
Disable stack unwind unit tests
1 parent da90292 commit c9f70e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/unitTests/runit.stack.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
2121

2222

23-
if (.runThisTest) {
23+
if (FALSE && .runThisTest) {
2424

2525
.setUp <- Rcpp:::unitTestSetup("stack.cpp")
2626

0 commit comments

Comments
 (0)