Skip to content

Commit 62781a8

Browse files
committed
Skip vignette test on CRAN
1 parent 8acc34d commit 62781a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-vignettes.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ test_that("Sweave vignettes copied into doc", {
1616
})
1717

1818
test_that("Built files are updated", {
19+
# This test is time dependant and sometimes fails on CRAN because the systems are under heavy load.
20+
skip_on_cran()
1921
if (!pkgbuild::has_latex()) {
2022
skip("pdflatex not available")
2123
}

0 commit comments

Comments
 (0)