We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acc34d commit 62781a8Copy full SHA for 62781a8
1 file changed
tests/testthat/test-vignettes.R
@@ -16,6 +16,8 @@ test_that("Sweave vignettes copied into doc", {
16
})
17
18
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()
21
if (!pkgbuild::has_latex()) {
22
skip("pdflatex not available")
23
}
0 commit comments