We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bcab7 commit facbcccCopy full SHA for facbccc
tests/testthat/test-use-course.R
@@ -25,6 +25,8 @@ test_that("conspicuous_place() returns a writeable directory", {
25
})
26
27
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()
30
## curl::parse_headers_list() calls trimws()
31
## https://github.com/jeroen/curl/issues/138
32
skip_if(getRversion() < 3.2)
0 commit comments