Skip to content

Commit facbccc

Browse files
committed
Add a skip_on_cran()
1 parent 52bcab7 commit facbccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-use-course.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ test_that("conspicuous_place() returns a writeable directory", {
2525
})
2626

2727
test_that("check_is_zip() errors if MIME type is not 'application/zip'", {
28+
## download timed out on a CRAN submission, so let's not take a chance
29+
skip_on_cran()
2830
## curl::parse_headers_list() calls trimws()
2931
## https://github.com/jeroen/curl/issues/138
3032
skip_if(getRversion() < 3.2)

0 commit comments

Comments
 (0)