Skip to content

Commit

Permalink
tests: skip section tests on cran because of linux
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jul 15, 2024
1 parent 43f9dc3 commit ecdab8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-rdocx-sections.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ library(xml2)
library(officer)
library(rmarkdown)

skip_on_cran()

skip_if_not(rmarkdown::pandoc_available())
skip_if_not(pandoc_version() >= numeric_version("2"))

Expand Down

0 comments on commit ecdab8d

Please sign in to comment.