Skip to content

Commit 8aa35d7

Browse files
committed
disable another unit test
1 parent d9db8de commit 8aa35d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* inst/unitTests/runit.Module.client.package.R: Disabled for bad
44
interaction of Rcpp Modules and R 3.2.2
5+
* inst/unitTests/runit.Module.R: Ditto
56

67
2015-08-15 Florian Plaza Oñate <[email protected]>
78

inst/unitTests/runit.Module.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/r -t
22
# hey emacs, please make this use -*- tab-width: 4 -*-
33
#
4-
# Copyright (C) 2010 - 2014 Dirk Eddelbuettel and Romain Francois
4+
# Copyright (C) 2010 - 2015 Dirk Eddelbuettel and Romain Francois
55
#
66
# This file is part of Rcpp.
77
#
@@ -19,6 +19,7 @@
1919
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2020

2121
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
22+
.runThisTest <- FALSE ## FIXME
2223

2324
if( .runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] ) {
2425

0 commit comments

Comments
 (0)