Skip to content

Commit

Permalink
The compiled code tests seem to fail on CRAN's servers, so skip it
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Aug 6, 2019
1 parent 9a0fe38 commit 77d9ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ test_that("it works", {
})

test_that("per_line removes blank lines and lines with only punctuation (#387)", {
skip_on_cran()

cov <- package_coverage(test_path("testFunctional"))

line_cov <- per_line(cov)
Expand Down

0 comments on commit 77d9ecb

Please sign in to comment.