Skip to content

Commit d8d3c13

Browse files
committed
skip failing tests on M1 Mac on CRAN
1 parent 452fe77 commit d8d3c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test_NNMF.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ test_that("2D projection", {
6262

6363
test_that("other arguments", {
6464
skip_if_no_NMF()
65+
skip_on_cran()
6566

6667
dim_3_args <- embed(input_trn, "NNMF", seed = 13, nrun = 10,
6768
ndim = 3, method = "KL",

0 commit comments

Comments
 (0)