Skip to content

Commit 7cf3a31

Browse files
Merge pull request #218 from CSAFE-ISU/217-test-templates-on-ci
Turned off `skip_on_ci()` for test of `make_clustering_templates()`
2 parents 4255585 + ddda84c commit 7cf3a31

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)