Skip to content

Commit ddda84c

Browse files
Turned off skip_on_ci() to see which errors are thrown on GitHub Actions
1 parent 4255585 commit ddda84c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-cluster-templates.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
testthat::test_that("template creation works", {
2-
# Creating a cluster template takes too much memory to run on CRAN or CI
3-
testthat::skip_on_ci()
2+
# Creating a cluster template takes too much memory to run on CRAN?
43
testthat::skip_on_cran()
54

65
empty_tempdir(subfolder = "main_dir")

0 commit comments

Comments
 (0)